Computer Science

An empty/null statement in Python is:

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

Python Control Flow

1 Like

Answer

pass

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

Answered By

3 Likes


Related Questions