3.2 Make a turn

Next, let us make the turtle make a turn. Type of the following command, then press the ENTER key:

right 120

You can see the “arrow” has been turned. The command right tells the turtle to turn, and the number after the command specifies the number of degrees to turn. In this case, we ask the turtle to turn a third of a full circle (as a full circle as 360 degrees).