摘要: class Person: '''Represents a person.''' population = 0 def __init__(self,name): '''Initializes the person's data.''' self.name... 阅读全文
posted @ 2014-12-16 14:00 MonkeyFather 阅读(2867) 评论(0) 推荐(0) 编辑