Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (2.2k points)

Could someone tell me what the Break statement does in Python?

1 Answer

0 votes
by (3.9k points)

Break just like continue or pass is a loop control statement that is used in Python. What the Break loop control statement does in Python is that it concludes or terminates the statement which is being executed. And then it would hand over the control to the succeeding statement.

If you wish to master Python, then I would like you to get yourself enrolled in a Python training course from Intellipaat. This course is a package of 42hrs of instructor-led training with 50hrs of projects and exercises to help you acquire the practical skills needed. Also, watch the following video on Python Projects to help you get a better idea of using Python.

Related questions

Browse Categories

...