Definition The continue statement allow the python keep running the code unless condition attached to the execution has become false. Statements continue Parameters N/A Example while condition:.....continue While loop return with the value from 14 to 1.
|
Python > Control Flow >