distance

Write the function distance(x1, y1, x2, y2) that takes four int or float values x1, y1, x2, y2 that represent the two points (x1, y1) and (x2, y2), and returns the distance between those points as a float.

信息

ID
1002
难度
9
分类
(无)
标签
递交数
9
已通过
1
通过率
11%
上传者