Vidyalelo
Python · Q9

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 9

Q9

Which statement is used to skip the current iteration and continue with the next in a loop?

A.
next
B.
pass
C.
continue
Answer
D.
skip

Answer: Option C

Solution

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