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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric Wichterich

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

    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


Working...