filmov
tv
Python Tutorial for Beginners 20 - Python break, continue statement

Показать описание
In this Python Tutorial for Beginners video I am going to show How to use Python break, continue statements. So what does break statement do ? we can use the keyword break inside a loop to leave the loop entirely. And why continue is used ? we can use the keyword continue inside a loop to stop processing the current iteration of the loop and to immediately go on to the next one. The break statement ends the current loop and jumps to the statement immediately following the loop. It is like a loop test that can happen anywhere in the body of the loop.The continue statement ends the current iteration and jumps to the top of the loop and starts the next iteration
#PythonTutorialforBeginners #ProgrammingKnowledge #LearnPython #PythonCourse
★★★Top Online Courses From ProgrammingKnowledge ★★★
★★★ Online Courses to learn ★★★
★★★ Follow ★★★
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
#PythonTutorialforBeginners #ProgrammingKnowledge #LearnPython #PythonCourse
★★★Top Online Courses From ProgrammingKnowledge ★★★
★★★ Online Courses to learn ★★★
★★★ Follow ★★★
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Комментарии