TURTLE GRAPHICS 2.37



ASSIGNMENT:
A single set of circles is made with the following command:
re 4 [[ re 20 [[ fd 2 lt 18 ]] re 10 [[ fd 5 rt 9 ]] ]]
You will make a set at (0,50), (0,-50), (-50,0), and (50,0).