do...while
Sean 'Shaleh' Perry
shalehperry at attbi.com
Thu Jun 20 14:16:03 EDT 2002
More information about the Python-list mailing list
Thu Jun 20 14:16:03 EDT 2002
- Previous message (by thread): do...while
- Next message (by thread): do...while
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > Right, I've used that in the past. It doesn't seem nearly as clean > though, > as making the conditions for terminating the loop plain in the loop > declaration. Considering the Python community's leaning towards readable > code, > necessitating a break for code factoring goes against that philosophy. > not every language has had a do .. while construct. You code with the tools given.
- Previous message (by thread): do...while
- Next message (by thread): do...while
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list