Language
Python
Compiler
CPython 2.7.13
Options
$ 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