which command is given to make The Turtle take a half turn
Answers
Answered by
14
To turn the turtle, two other commands are provided. Left (abbreviated lt ) takes one input, which must be a number. Its effect is to turn the turtle toward the turtle's own left. The angle through which the turtle turns is the input; angles are measured in degrees, so left 360 will turn the turtle all the way around.
Similar questions