Electron microscopy
 
continue in Python
- Integrated Circuits -
- An Online Book -
Integrated Circuits                                                                                   http://www.globalsino.com/ICs/        


=================================================================================

 

==================================================

"break" exits the loop immediately, and "continue" continues the loop regardless what and how many statements remain: code:
          continue in Python
Output:         
          continue in Python

==================================================

"continue" is used to skip a specific string, e.g. skip "End" here: code:
          continue in Python
Output:         
          continue in Python

 

 

=================================================================================