Boston Python Workshop 3/Tuesday OO lesson/banking.py: Difference between revisions

Created page with 'class Bank: def logIn(self, username, password): return True class User: def __init__(self, theUsername, thePassword): self.username = theUser…'
(Created page with 'class Bank: def logIn(self, username, password): return True class User: def __init__(self, theUsername, thePassword): self.username = theUser…')
(No difference)
Anonymous user