How To Use The Continue Statement In Python 3

Published: 10 July 2016
on channel: Code master
2,456
16

In this Python tutorial, we are about to look at how to use the continue statement in Python. The continue statement provokes a jump to the top of a loop. If you are familiar with languages that use 'go to' then you can think of the continue statement as the same.
This statement is not used often and is not the preferred method for new programmers. To be frank with you I do not use continue very often because it can become confusing while coding or maintaining your code. This statement tends to break some of Python's basic syntax rules. If you want to use continue statement in your programs be careful and make sure you comment in your code the reason why you chose to go this route.

Python Version - 3.5.2
See full written tutorial here. http://learnpythontutorial.com/use-co...


On this page of the site you can watch the video online How To Use The Continue Statement In Python 3 with a duration of hours minute second in good quality, which was uploaded by the user Code master 10 July 2016, share the link with friends and acquaintances, this video has already been watched 2,456 times on youtube and it was liked by 16 viewers. Enjoy your viewing!