Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

Python

Compiler

CPython 2.7.13

Options

Author

anonymous

over 6 years ago

$ python prog.py
Traceback (most recent call last):
  File "prog.py", line 10, in <module>
    bob = EmailPerson('Bob', 'bob@gmail.com')
  File "prog.py", line 7, in __init__
    super(EmailPerson, self).__init__(name)
TypeError: super() argument 1 must be type, not classobj
Exit Code:
1