Python
import turtle#导入海龟库 turtle.hideturtle()#隐藏箭头 turtle.speed(1)#速度 turtle.forward(100) turtle.left(90)