Vidyalelo
Python · Q4

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 4

Q4

What is the purpose of the break statement in loops?

A.
Exit the loop
Answer
B.
Skip the current iteration
C.
Continue to next iteration
D.
Pause the loop

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board