+ 1
Why does it say Attribute Error?
Im trying to make a method where it would take the input and add it to the balance https://code.sololearn.com/c19NrPkRS217/?ref=app
3 Réponses
+ 1
https://code.sololearn.com/cmto3quyaouu/?ref=app
+ 2
Your deposit needs to be indented further.
also acc = bankaccount(amount) NOT (0)
+ 2
thank you!