摘要:
1. 关于has , is. class Person(object): def __init__(self, name): ## has name self.name = name ## Person has-a pet of some kind self.pet = None class Emp 阅读全文
摘要:
Beyond the Basic Stuff with Python Introduction Chapter 1 - Dealing with Errors and Asking for Help Chapter 2 - Environment Setup and the Command Line 阅读全文