在"庙会寻宝地图"中,路径点存储为列表 path = [(0,0), (50,0), (50,-50), (100,-50)] ,要移动到终点,应访问哪个索引?
path[0]
path[1]
path[2]
path[3]