hello lee so what was the final answer u gave for the following question..
reate a constructor that takes in an integer and assigns this to a `balance` 
property.
Create a method called `deposit` that takes in cash deposit amount and updates 
the balance accordingly.
Create a method called `withdraw` that takes in cash withdrawal amount and 
updates the balance accordingly. if amount is greater than balance return 
`"invalid transaction"`
Create a subclass MinimumBalanceAccount of the BankAccount class
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to