Vidyalelo
Python · Q21

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 21

Q21

What is the purpose of the continue statement in loops?

A.
Skip the current iteration
Answer
B.
Exit the loop
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