We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41a18d9 + 70ca25d commit fd40e0dCopy full SHA for fd40e0d
算法基础/labs/2018-徐云/lab1/PB16030899-朱河勤-实验一.py
@@ -8,7 +8,7 @@ def __init__(self,x,y):
8
self.x=x
9
self.y=y
10
def __neg__(self):
11
- return pont(-self.x, -self.y)
+ return point(-self.x, -self.y)
12
def __len__(self):
13
return self.norm(2)
14
def __lt__(self,p):
0 commit comments