Why is "while" ticking me off???
Allan M. Wind
allanwind at mediaone.net
Fri Oct 6 13:42:13 EDT 2000
More information about the Python-list mailing list
Fri Oct 6 13:42:13 EDT 2000
- Previous message (by thread): Why is "while" ticking me off???
- Next message (by thread): Why is "while" ticking me off???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2000-10-06 16:13:41, Alan Gauld wrote: > line = fp.readline() > while line: > # do something wiyth line > line = fp.readline() Which is a well-known construct. /Allan -- Allan M. Wind email: allanwind at mediaone.net P.O. Box 2022 finger: awind at digit-safe.dyndns.org (GPG/PGP) Woburn, MA 01888-0022 icq: 44214251 USA
- Previous message (by thread): Why is "while" ticking me off???
- Next message (by thread): Why is "while" ticking me off???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list