TURTLE GRAPHICS 1.07



ASSIGNMENT:
The se command stands for set heading. It is used to directly change the current angle. The four basic directions are up (0), right (90), down (180), and left (270). You will also notice other numbers used with se in this example. These represent angles between the four basic directions.
fd 40 se 290 fd 30 se 90 fd 65 se 250 fd 30 se 180 fd 40 se 90 fd 40 se 20 fd 30 se 180 fd 65 se 340 fd 30 se 270 fd 40 se 180 fd 40 se 110 fd 30 se 270 fd 65 se 70 fd 30 se 0 fd 40 se 270 fd 40 se 200 fd 30 se 0 fd 65 se 160 fd 30 se 90 fd 40

TURTLE CHALLENGES

Challenge #1

Challenge #2

Challenge #3

Challenge #4