摘要:
类的定义方法 class Account: def __init__(self, account_holder): 必须有 函数,该函数无需return self.balance = 0 self.holder = account_holder def deposit(self, ... 阅读全文
posted @ 2015-12-12 09:57
Rim99
阅读(193)
评论(0)
推荐(0)
Talk is cheap, check my code