我已经定义了以下类: class Point(object): def __repr__(self): return (+str(self.x)+,+str(self.y)+) def __init__(self, x, y): self.x = x self.y = y def __add__(self,
在线咨询:
邮箱: xwei067@foxmail.com
工作时间:周一至周五,9:00-17:30,节假日休息