e16247a
1
2
3
4
X1,Y1 = eval() X2,Y2 = eval() length = ((X1-X2)**2+(Y1-Y2)**2)**0.5 print("%.2f"%length)