do...while loops
Dan Parisien
dan at eevolved.com
Tue Feb 6 19:34:35 EST 2001
More information about the Python-list mailing list
Tue Feb 6 19:34:35 EST 2001
- Previous message (by thread): do...while loops
- Next message (by thread): do...while loops
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Langa Kentane wrote: > Why is is it while 1: > would while 2: > or while 3: work? yes :) any non-zero value means true, so saying while 1: means 'always'
- Previous message (by thread): do...while loops
- Next message (by thread): do...while loops
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list