I have a text file and contents are: Help=""" Code is written by xteam. """ value = 0.0
How do I read this file like python syntax. What I mean is first readline operation should return complete declaration of 'Help' variable. If I evaluate this string then it should create a 'Help' variable with it's value. May be something related to 'parsing' would help but I don't know much. -- http://mail.python.org/mailman/listinfo/python-list