Result Size: 625 x 571
demo_ref_keyword_pass2.py:
x
 
class Person:
  pass
# having an empty class definition like this, would raise an error without the pass statement
C:\Users\My Name>python demo_keyword_pass2.py