Re: executea string

2005-02-22 Thread Arjen Dijkstra
Groleo Marius wrote: I have the folowing code: c=2 e=3 s="12" code.append('funtion ("c, e,s")') print "\n".join(code) + '\n' The problem is when i call append. The variables s, c, e are not replaced with their value, so in the end i get the result: funtion(" c, e, s"); The result that i want i

Re: File Handling Problems Python I/O

2005-01-06 Thread Arjen Dijkstra
I don't think we can help if you don't post some of your code. Regards, Arjen Josh wrote: Hi, I am having a problem with Python. I am new to Python as a programming language, but I do have experience in other languages. I am experiencing strange problems with File handling and wonder if anyone else