Python - Loop Control
What does the
break statement do inside a loop in Python?break statement do inside a loop in Python?break in loopsbreak statement is used to stop the loop immediately, no matter where it is in the loop.continue which skips to the next iteration, break exits the loop entirely.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions