It is __init__ not _init_, so change the following line:
__init__
_init_
def _init_(self, name, age)
To:
def _init_(self, name, age):
P.S. you need a colon at the end of the line.
2.1m questions
2.1m answers
60 comments
57.0k users