Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

Python

Compiler

CPython 3.6.2

Options

Author

anonymous

over 6 years ago

$ python3 prog.py
42
Traceback (most recent call last):
  File "prog.py", line 15, in <module>
    print(c2.get())
  File "prog.py", line 7, in get
    return self.a
AttributeError: 'C' object has no attribute 'a'
Exit Code:
1