What would the following code do for us? points = [p1,p2,p3…
What would the following code do for us? points = numPoints = len(points) for i in range(numPoints-1): for j in range(i+1,numPoints): points.calDis(points)