摘要: class Birth: def __init__(self,year,month,day): self.year=year self.month=month self.day=day class Couse: def __init__(self,name): self.name=name class Score:... 阅读全文
posted @ 2017-04-19 16:54 im777 阅读(169) 评论(0) 推荐(0) 编辑