2015年12月12日

摘要: 类的定义方法 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 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 1. Python3可以使用 声明父级框架的变量 2. Python中可以使用字典将多个函数绑定在同一个函数名上 阅读全文
posted @ 2015-12-12 09:56 Rim99 阅读(163) 评论(0) 推荐(0) 编辑

导航