Computer Science, asked by riyarohira9, 3 months ago


The
.... statement allows you to break out of a loop in a Python program.​

Answers

Answered by ritik87771
2

Answer:

In Python, the break statement provides you with the opportunity to exit out of a loop when an external condition is triggered.

Answered by madhudevi2508
2

Answer:

Explanation:

The break statement is the answer of this question

Similar questions