TURTLE GRAPHICS 1.21



ASSIGNMENT:
Try this line of code:
pu sz 50 -50 pd re 10 [[ fd 5 fd 5 rt 100 fd 20 rt 160 fd 20 rt 100 fd 5 lt 36 ]]
Use it at (0,0), (100, -100), and (50, -50). Figure out the other two starting points and make sure you make it yellow. (The RGB values for yellow were given in a previous lesson.)

TURTLE CHALLENGES

Challenge #1

Challenge #2

Challenge #3

Challenge #4