Banking4.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.

28 July 2012

  • curprev 14:1814:18, 28 July 2012imported>Jazztpt 1,714 bytes +1,714 Created page with "class Bank: def __init__(self): self.usernamesPasswordsDictionary = {} self.users = [] def add_user(self, username, password): us..."