July project night/OO lesson/banking2.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:0217:02, 12 July 2011imported>Jazztpt 1,067 bytes +1,067 Created page with 'class Bank: def __init__(self): self.usernamesPasswordsDictionary = {} def addUser(self, user): self.usernamesPasswordsDictionary[user.usern…'