Python equivalent for perl's "next"-statement?

Eric Wichterich eric.wichterich at gmx.de
Wed Oct 22 07:32:01 EDT 2003


Hello Pythonistas,

does anyone know an equivalent python statement for perl's 
"next"-statement?
(Perl's "next" skips a loop cycle and continues with the next loop 
cycle - it does not abort the whole loop).

Thank you!
Eric 






More information about the Python-list mailing list