Python:实现pythagoras哥拉斯算法
import math
class Point:
def __init__(self, x, y, z):
self.x = x
self.y = y
self
import math
class Point:
def __init__(self, x, y, z):
self.x = x
self.y = y
self