📜  python turtle 设置方向 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:27.273000             🧑  作者: Mango

代码示例1
>>> turtle.setheading(90)
>>> turtle.heading()
90.0
#Set the number in set heading to the direction you want the turtle to face.