11

Traceback (most recent call last):
File "me.py", line 1, in <module>
AttributeError: 'Dave_Elec' object has no attribute 'social'

Comments
  • 2
    def __getattr__(self, attr):
    print('{}? I will sort it out tomorrow'.format(attr))
Add Comment