PASS STATEMENT

What is the statement that can be used in Python if the program requires no action but requires it syntactically? The pass statement is a null operation. Nothing happens when it executes. You should use “pass” keyword in lowercase. If you write “Pass”, you’ll face an error like NameError: name Pass is not defined. Python … Continue reading PASS STATEMENT

Design a site like this with WordPress.com
Get started