Re: Need solution with this problem

2016-01-13 Thread Joel Goldstick
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

Re: Need solution with this problem

2016-01-13 Thread Tim Golden
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

Need solution with this problem

2016-01-13 Thread ifeanyioprah--- via Python-list
Create a class called BankAccount­ Create a constructor that takes in an in­teger and assigns this to a `balance` pr­operty. Create a method called `deposit` that ta­kes in cash deposit amount and updates t­he balance accordingly. Create a method called `withdraw` that t­akes in cash withdrawal