This is sometimes necessary, e.g. in a CASE statement to acknowledge valid cases without doing anything. C uses a semicolon (`;`) or empty block (`{ }`), while Python uses `pass`. Some other proposals: - PASS - IGNORE - NOTHING
This is sometimes necessary, e.g. in a CASE statement to acknowledge valid cases without doing anything.
C uses a semicolon (
;) or empty block ({ }), while Python usespass. Some other proposals: