REPEAT... UNTIL ?

Adonis deltapigz at telocity.com
Wed Jul 3 15:25:56 EDT 2002


how about the for loop?

for x in range(100):
    print x

Adonis

"Ingo Linkweiler" <i.linkweiler at gmx.de> wrote in message
news:3D234B96.7000704 at gmx.de...
> Hi,
>
> what do you think about adding "repeat .... until" to python syntax?
> Often a "repeat-until" is better to use than a "while" loop.
> Guido 8-) ???
>
> Ingo
>





More information about the Python-list mailing list