I Don't know why this is not running.
Please, why is this not running?
1 answers ( 0 marked as helpful)
Hey Ferdinand,
Thank you for reaching out!
Note that the __init__()
method should be declared with two underscores on each side. That is, change
def _init_(self,balance=0.0):
to
def __init__(self,balance=0.0):
Kind regards,
365 Hristina