How can I load the following text file in Python which contains the points in the list within list form. The following contains the file is already in list form which python read as it is
The file is d0.txt
[( 0., 0., 5.) ( 10., 0., 5.) ( 0., 10., 5.)]
Any suggestion and help is appreciated