filmov
tv
Break Statement | Learn to Code with Python #16

Показать описание
In the 16th lesson of our learn to code with Python tutorial series we will cover the break statement. The break statement allows us to break out of a while loop without ending the program. In this video we will cover the basic syntax and code a simple password checker.