turtle.tiltangle()¶
-
turtle.tiltangle()¶ Return the current tilt-angle.
No argument.
Return the current tilt-angle, i. e. the angle between the orientation of the turtleshape and the heading of the turtle (its direction of movement).
Examples: >>> shape(“circle”) >>> shapesize(5,2) >>> tilt(45) >>> tiltangle()