0 votes
in Python by
Define Pass statement in Python?

1 Answer

0 votes
by

A Pass statement in Python is used when we cannot decide what to do in our code, but we must type something for making syntactically correct.

...