Result Size:
625 x 571
demo_ref_keyword_pass.py:
def myfunction: pass # having an empty function definition like this, would raise an error without the pass statement
➜ begtut>python demo_keyword_pass.py