Re: Problem with writing a long line in a text file

2008-11-19 Thread John Machin
On Nov 20, 9:31 am, Joe Strout <[EMAIL PROTECTED]> wrote: > On Nov 19, 2008, at 3:27 PM, Mohsen Akbari wrote: > > > I'm a newbie in python and I have this problem with the code that   > > I'm writing. There is a very long line which I wish to output it to   > > a text file.But when I do this, in th

Re: Problem with writing a long line in a text file

2008-11-19 Thread Joe Strout
On Nov 19, 2008, at 3:27 PM, Mohsen Akbari wrote: I'm a newbie in python and I have this problem with the code that I'm writing. There is a very long line which I wish to output it to a text file.But when I do this, in the output file, the result appears in two lines. Appears that way whe