PEP 315: Enhanced While Loop

Ben Allfree benles at bldigital.com
Sat May 3 20:24:32 EDT 2003


I agree, that's the way I do it. Although I still need to work the bugs out
of my MakeMoney() implementation.
 
> Personally, I'm satisfied with
> 
> while True:
>    MakeMoney()
>    if not Poor():
>       break
> --
> http://mail.python.org/mailman/listinfo/python-list






More information about the Python-list mailing list