Turtle库中,直接跳转到(x,y)点
Turtle库中,直接跳转到(x,y)点的命令是?
turtle.go(x,y)
turtle.setup(y,x)
turtle.goto(x,y)
turtle.forward(x,y)