On Wed, Jan 13, 2016 at 3:58 AM, Tim Golden wrote:
> On 13/01/2016 05:57, ifeanyioprah--- via Python-list wrote:
>
> [... snip yet another homework dump with one more still held in
> moderation ...]
>
> At this point you're basically spamming this list. I won't allow any
> more of your posts thro
On 13/01/2016 05:57, ifeanyioprah--- via Python-list wrote:
[... snip yet another homework dump with one more still held in
moderation ...]
At this point you're basically spamming this list. I won't allow any
more of your posts through unless they appear to be engaging with the
help shown to you
Create a class called BankAccount
Create 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