Next, add a method called addMoney() that accepts a parameter called amount.
addMoney()
amount
Make sure to pick def followed by addMoney and then (, self,, amount, ), :, addMoney, function, amount.
def
addMoney
(
self,
)
:
function