[Tutor] interpreter restarts

Terry Carroll carroll at tjc.com
Fri Jul 13 20:39:29 CEST 2007


On Sat, 14 Jul 2007, elis aeris wrote:

> why deos the interpreter restarts with this?
> 
> f = open("data.ini","w")
> 
> f.write("yeahppe")
> 
> f.close()

Not sure.  It certainly doesn't, for me.

>>> f = open("data.ini","w")
>>> f.write("yeahppe")
>>> f.close()
>>>

U:\>cat data.ini
yeahppe
 



More information about the Tutor mailing list