Continue in Python | How to use Continue statement in Python? | Learn Python

Published: 02 October 2021
on channel: programming-with-mohammed
44
5

🔥 Welcome to this channel to learn Python for beginners (Absolute Beginners). In this video, I will show you how to use continue statement in Python programming code.

❓ So, what is continue statement in Python?

📚 In Python, continue statement is used to skip the rest of the code inside a loop statement for the current iteration only. Continue is a keyword in Python. Continue to stop the current iteration in a loop or a while loop and continue to the next iteration.

📚 Unlike the Python break, the continue statement stops the flow but returns the flow to the beginning of the loop. The Python continue statement immediately terminates the current loop iteration. Thus, execution jumps to the top of the loop.

❓ How to use the continue statement? And return statement in Python. Example with code in Python shown in this video.

✔️ Lot of times, you want to continuously run your program even though the condition is met in the program.

#python #pythontutorial #pythontutorialbeginner #learnpython

✔️ Python 3 Documentation - https://docs.python.org/3/

❤️ Please support me to buy a coffee to continue run this channel - https://bit.ly/31a68Py

✔️GitHub Link - You will find all the codes for this tutorial in the GitHub.
https://bit.ly/2Ztj2Yx

🟦 Please follow me on twitter -   / progwitmohammed  
🟦 Please follow me on Facebook - https://www.facebook.com/profile.php?...
🟪 Please follow me on Blog - https://programmingwithmohammed.blogs...


__________ Want to Learn Git and GitHub 🚀 _______________

👍 Git and GitHub Tutorial - https://bit.ly/3EqQBsL

👍 Python Tutorial Full Course - https://bit.ly/3CrH5VS


On this page of the site you can watch the video online Continue in Python | How to use Continue statement in Python? | Learn Python with a duration of hours minute second in good quality, which was uploaded by the user programming-with-mohammed 02 October 2021, share the link with friends and acquaintances, this video has already been watched 44 times on youtube and it was liked by 5 viewers. Enjoy your viewing!