BREAK - CONTINUE - PASS COMMANDS IN PYTHON Turkish Video Tutorial

Channel:
Subscribers:
93
Published on ● Video Link: https://www.youtube.com/watch?v=AMDhjzmyH9o



Category:
Tutorial
Duration: 13:37
12 views
0


Break statement provides you with the opportunity to exit out of a loop when an external condition is triggered.
Continue statement gives you the option to skip over the part of a loop where an external condition is triggered, but to go on to complete the rest of the loop.
When an external condition is triggered, the pass statement allows you to handle the condition without the loop being impacted in any way.
https://steemit.com/@tarikhakan55







Tags:
python
break
contunie
tutorial
dersler