What’s the purpose of the pass statement in Python?
pass
Select one:
It causes a side effect without returning a value.
It evaluates to a value without causing side effects.
It doesn’t evaluate nor does it cause side effects.
It returns a default value of None.
None
Hint
Think of it as a no-op, short for no operation.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?