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

no edit summary
imported>Jazztpt
No edit summary
imported>Jazztpt
No edit summary
 
Line 1:
<nowiki><code>class Bank:
def logIn(self, username, password):
Line 26:
print "Account just withdrew %d bucks; new balance is: %d" % (amount, self.balance)
</code>
</nowiki>
Anonymous user