Beginner Python
Q21 / 101

What does the pass statement do?

Correct! Well done.

Incorrect.

The correct answer is C) Does nothing; acts as a placeholder

C

Correct Answer

Does nothing; acts as a placeholder

Explanation

pass is a no-op statement used as a placeholder where syntax requires a statement but no action is needed.

Progress
21/101