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.