tutorial.eyehunts.com
Python pass statement | Example with Loop, Function & Class - EyeHunts
Python pass statement is a null operation. Means nothing will happens on its execution. The interpreter does not ignore a pass statement.
Rohit