摘要: import mathclass Point: def move(self, x, y): self.x = x self.y = y def reset(self): self.move(0, 0) def calculate_dista... 阅读全文
posted @ 2015-08-29 17:08 Master HaKu 阅读(627) 评论(0) 推荐(0) 编辑