Vidyalelo
Python · Q11

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 11

Q11

Which statement can be used to terminate the current iteration and move to the next one in a loop?

A.
break
B.
exit
C.
stop
D.
continue
Answer

Answer: Option D

Solution

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