...e(len(x)):
min = 1000#标记最短距离
for j in range(3):#找出距离最短的坐标
value = math.sqrt((x[i]-sortX[j])*(x[i]-sortX[j])+(y[i]-...