Python Language / Break and Continue StatementsContinue StatementIt is used to stop the current iteration, and continue with the next.
Break Statement
|
Python Language / Break and Continue StatementsContinue StatementIt is used to stop the current iteration, and continue with the next.
Break Statement
|