Re: Need help on a project To :"Create a class called BankAccount with the following parameters "

2015-12-12 Thread Harbey Leke
oh oh okay start it for me please thanks or guide me about it then. -- https://mail.python.org/mailman/listinfo/python-list

Re: Need help on a project To :"Create a class called BankAccount with the following parameters "

2015-12-12 Thread Harbey Leke
oh oh okay start it for me please thanks or guide me about it then. -- https://mail.python.org/mailman/listinfo/python-list

Re: Need help on a project To :"Create a class called BankAccount with the following parameters "

2015-12-12 Thread Harbey Leke
i need help with every part of the project, like a complete text of scripts for it, thrn i can practise with it on my own and then u can give me assignments to improve on thanks -- https://mail.python.org/mailman/listinfo/python-list

Need help on a project To :"Create a class called BankAccount with the following parameters "

2015-12-12 Thread Harbey Leke
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 a