Pass statement
Sun Jan 30 2022 06:41:32 GMT+0000 (Coordinated Universal Time)
Saved by
@marcpio
# it my be useful to have a body with no statements (as a placeholder for code to be written later) >> use the pass statement, which does nothing
if x < 0:
pass
content_copyCOPY
Comments