py icon indicating copy to clipboard operation
py copied to clipboard

16_class_and_objects.py Exercise!! missing emp.id is an AttributeError not a NameError!! any suggestions?

Open shaakir7 opened this issue 4 years ago • 0 comments

try: print(emp.id) except AttributeError: !!!!!!!!! print("emp.id is not defined")

shaakir7 avatar Jan 04 '22 10:01 shaakir7