CBSE Class 11 Computer Science Question 29 of 80

Conditional and Looping Constructs — Question 12

Back to all questions
12
Question

Question 12

An empty/null statement in Python is:

  1. go
  2. pass
  3. over
  4. ;
Answer

pass

Reason — The pass statement is an empty/null statement in Python that does nothing and acts as a dummy statement.