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.Let’s see an example:
This is also commonly used for creating emp...
aswinbarath.hashnode.dev2 min read