Open and reading a file...
Manuel M. Garcia
mgarcia at cole-switches.com
Thu Nov 14 16:58:02 EST 2002
More information about the Python-list mailing list
Thu Nov 14 16:58:02 EST 2002
- Previous message (by thread): Open and reading a file...
- Next message (by thread): Open and reading a file...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 14 Nov 2002 16:12:41 -0500, "Marlon Rea" <mrea at commerceworks.on.ca> wrote: > Can someone help me with opening and reading a file???? THANK YOU ALL Wow. A perfect example of its kind. I found this as well: >From: "Marlon Rea" <mrea at commerceworks.on.ca> >Newsgroups: alt.os.windows2000 >Subject: Re: Title Bar Has Gone Missing??? >Date: Tue, 5 Nov 2002 15:39:28 -0500 > > >When is dought re-boot. > > >"Mona Suitter" <suitter at rogers.com> wrote in message >> My title bar has gone missing???? How do I get it back? Do I have to >> reinstall Windows?? >> Any info would be greatly appreciated!!! >> Thanks! >> Mona :) Incredible... The blind leading the blind. Anyway... ***NOT TESTED, TRY AT YOUR OWN RISK!!!*** for x in open('read.txt').readlines(): print x
- Previous message (by thread): Open and reading a file...
- Next message (by thread): Open and reading a file...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list