CBSE Class 11 Computer Science Question 74 of 80

Conditional and Looping Constructs — Question 5

Back to all questions
5
Question

Question 5

Python offers pass statement as empty statement.

Answer

True

Reason — The pass statement serves as a placeholder in Python. It is an empty statement that does nothing and acts as a dummy statement.