python_ref_keyword_pass_3.py:
x
 
class Person:
  pass
# having an empty class definition like this, would raise an error without the pass statement