Python equivalent for perl's "next"-statement?
Gerhard Häring
gh at ghaering.de
Wed Oct 22 07:40:01 EDT 2003
More information about the Python-list mailing list
Wed Oct 22 07:40:01 EDT 2003
- Previous message (by thread): Python equivalent for perl's "next"-statement?
- Next message (by thread): Python equivalent for perl's "next"-statement?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Eric Wichterich wrote: > 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). It's the 'continue' statement. -- Gerhard
- Previous message (by thread): Python equivalent for perl's "next"-statement?
- Next message (by thread): Python equivalent for perl's "next"-statement?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list