for loop iter next if file bad

Sayth Renshaw flebber.crue at gmail.com
Wed Dec 21 05:06:52 EST 2016


Ah yes. Thanks ChrisA

http://www.tutorialspoint.com/python/python_loop_control.htm

The continue Statement:
The continue statement in Python returns the control to the beginning of the while loop. The continue statement rejects all the remaining statements in the current iteration of the loop and moves the control back to the top of the loop.

The continue statement can be used in both while and for loops.

Sayth



More information about the Python-list mailing list