Author
anonymous
about 5 years ago
Python
CPython 3.8.0
$ python3 prog.py
0 42 Traceback (most recent call last): File "prog.py", line 14, in <module> mc.atrr = -1 AttributeError: 'MyClass' object has no attribute 'atrr'
0 42
Traceback (most recent call last): File "prog.py", line 14, in <module> mc.atrr = -1 AttributeError: 'MyClass' object has no attribute 'atrr'