July project night/OO lesson/banking.py: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 July 2011

  • curprev 17:0117:01, 12 July 2011imported>Jazztpt 694 bytes +694 Created page with 'class Bank: def logIn(self, username, password): return True class User: def __init__(self, theUsername, thePassword): self.username = theUser…'