Re: [Tutor] Re ading List from File

2009-11-11 Thread Shashwat Anand
Samir-16 wrote: > > > > Hi Everyone, > > > > I am trying to read a comma-delimitted list ("aaa","bbb","ccc") from a > > text > > file and assign those values to a list, x, such that: > > > > x = ["aaa", "bbb", "ccc"] > > > > The code that I have come up with looks like this: > > > x = [] >

Re: [Tutor] Re ading List from File

2009-11-11 Thread furblender
Hello everyone, I to had the same problem and it pestered me to the nth degree. I had that many problems I went to the python site and copied an example and used that to test why it wasn't working -see below example and traceback report. I wasted a lot of time trying to figure my issue out. Then