demo_class7.py:
C:\Users\My Name>python demo_class7.py
Traceback (most recent call last):
  File "demo_class7.py", line 13, in <module>
    print(p1.age)
AttributeError: 'Person' object has no attribute 'age'