Computer Science, asked by Anonymous, 5 months ago

Write a program in Python to show the usage of BREAK statement...................​

Answers

Answered by Anonymous
8

Answer:

What is the use of break and continue in Python?

In Python, break and continue statements can alter the flow of a normal loop.

Loops iterate over a block of code until the test expression is false, but sometimes we wish to terminate the current iteration or even the whole loop without checking test expression.

The break and continue statements are used in these cases.

Explanation:

PLZ. MARK... ..... . AS.. .. . .... BRAINLIEST....

. ...

Similar questions