Re: [Tutor] saving output in a text file (fwd)

2006-07-01 Thread Danny Yoo
> If we want to create a text file and write some text into it we use the > following command in Python: > > myfile = open("test.txt","w") "urn:schemas-microsoft-com:office:office" /> > > myfile.write("hello world") > > But what if instead of writing the text 'hello world', i want to write > the

Re: [Tutor] saving output in a text file (fwd)

2006-07-01 Thread Danny Yoo
[forwarding to Tutor] -- Forwarded message -- Date: Sat, 01 Jul 2006 13:58:47 +0400 From: Hafsa raza <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [Tutor] saving output in a text file Thank you for the quick reply. Let me put my question in a more clearer way for you. I