TURTLE GRAPHICS 1.09



ASSIGNMENT:

You are more or less on your own to recreate this image. Here are the basic guidelines you will need to follow:
  1. start at (0,0) with the lower, left corner
  2. outside edges are 45 units long
  3. width of all parts: 5 units
  4. interior sides: 30 units and 20 units
If you're still having difficulty consider the following line:
   fd 5 rt 90 fd 20 lt 90 fd 30 lt 90 fd 30 lt 90 fd 20
   rt 90 fd 5 rt 90 fd 45 rt 90


TURTLE CHALLENGES

Challenge #1

Challenge #2

Challenge #3

Challenge #4