Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的老师让我创建一个人在从 (0,0) 开始的坐标上随机游走,请帮助我生成一个随机 (x,y) 对,它们构成坐标系上的一个点。
开始于: pt1: (0,0) pt2: (7.17) pt3: (12,3) pt4: (8,2) pt5: (7,6)
然后计算 pt1 和 pt2、pt2 和 pt3、pt3 和 pt4、pt4 和 pt5 之间的距离
请帮我
想想如果没有 Python,你将如何计算两点之间的距离。您只需要使用 Python 的数学函数在方法中实现该等式。