Hi, I want to know What is the pass statement in Python
I believe that Python documentation has it well covered: pass statements.
The pass statement does nothing. It can be used when a statement is required syntactically but the program requires no action.