Vidyalelo
Python · Q17

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 17

Q17

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