 |
break, continue, pass, & the Loop else | O'Reilly | Learning Python
In Python: break. Jumps out of the closest enclosing loop (past the entire loop
statement). continue. Jumps to the top of the closest enclosing loop (to the loop's
...
www.inkling.com |
 |