tutorial.eyehunts.com
Python exit while loop | Example code - EyeHunts
Use the break statement to exit while loop in Python. A "break" is only allowed in a loop (while or for), and it causes the loop to end but
Rohit