Loading

Quipoin Menu

Learn • Practice • Grow

python / Loop Control
exercise
1/5
Exercise 1Python
Question

Write a Python program that uses `break` to exit a loop when a specific condition is met. For example, find the first number divisible by 7 in the range 1-100.