On 7 August 2011 01:52, questions anon <questions.a...@gmail.com> wrote:

> How can I output the decompressed file? something like:
> output=file_content.write(filepath[:-3])
>
>
See here:
http://docs.python.org/tutorial/inputoutput.html#reading-and-writing-files
And here:
http://docs.python.org/library/stdtypes.html#file.write

Walter
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to