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

Chris Warrick kwpolska at gmail.com
Sat Dec 12 05:37:58 EST 2015


On 12 December 2015 at 11:29, Harbey Leke <idowuolawale at gmail.com> wrote:
> oh oh okay start it for me please
> thanks or guide me about it then.
> --
> https://mail.python.org/mailman/listinfo/python-list

class BankAccount(object):
    # your code goes here

Seriously: read the materials you got with your course, or the Python
tutorial and documentation at https://docs.python.org/ .

-- 
Chris Warrick <https://chriswarrick.com/>
PGP: 5EAAEA16



More information about the Python-list mailing list