pass statement in python

The pass statement does nothing.

Wow, that’s a bummer!

Hmmm… Then, why do we need it?

Well, it can be used when a statement is required syntactically but the program requires no action.

Alt Text

This is also commonly used for creating empty classes so that we can come back later and code something: Alt Text

Another place pass statement can be used is inside a function: Alt Text

Note:

  • The body of any statement containing pass statements are ignored by the python interpreter, just like it ignores comments.

Code along and fave fun.

Aswin Barath

Aswin Barath

My name is Aswin Barath. I’m a technical blogger and budding software engineer