Vidyalelo
Python · Q26

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 26

Q26

What is the purpose of the pass statement in a loop?

A.
It acts as a placeholder
Answer
B.
It breaks the loop
C.
It starts a loop
D.
It continues the loop

Answer: Option A

Solution

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