Last answered:

10 Jul 2023

Posted on:

07 Jul 2023

1

I Don't know why this is not running.

Please, why is this not running?


1 answers ( 0 marked as helpful)
Instructor
Posted on:

10 Jul 2023

0

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

Submit an answer