classes and objects
https://ibb.co/PmH4HDv Thanks for your effort. Kind Regards.
1 answers ( 0 marked as helpful)
Hi Hady,
thanks for reaching out! The problem seems due to the fact you've written 'Init' with a capitol 'I'.
Try the following instead:
class P(object):
def __init__(self, name, age): ... Best, Eli
def __init__(self, name, age): ... Best, Eli