Vidyalelo
Python · Q15

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 15

Q15

In Python, what is the purpose of the pass statement?

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