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.
Python Course – pass statement

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.