In this video, you will learn the break statement in Python.
Break in Python:
The break statement in Python uses only within the loops.
The break statement stops the current iteration of the loop and exit from the current loop.
NOTE: Break, only terminate the current loop in which it occurs.
https://www.prowessapps.in/python
Write your queries at:
daneyallari@gmail.com
prowessapps.in@gmail.com
Please like, comment, share and subscribe.
Thank You
#daneyallari #python #pythonByDaneyalLari