Python Course – pass statement

Pass statement is used to ignore a block and move forward without any execution of the operation. It is basically a null statement. Pass is used to avoid compilation errors.

Pankaj Kumar
Pankaj Kumar

I have been working on Python programming for more than 12 years. At AskPython, I share my learning on Python with other fellow developers.

Articles: 241