TURTLE GRAPHICS 1.36



ASSIGNMENT:
All the sides of the big triangle are 60 units long. All the sides of the little triangles are 10 units long. The little lines leading to the little triangles are 20 units long. The left corner of the big triangle is at (-30,0).

A perfect triangle can be made like this:

  fd 30 rt 120 fd 30 rt 120 fd 30 
HINT: The big triangle should be made like this:
  pu sz -30 0 pd se 90 re 3 [[ fd 60 lt 120 ]]
There are other, apparently correct, ways of making the big triangle which don't seem to work as expected.

TURTLE CHALLENGES

Challenge #1

Challenge #2

Challenge #3

Challenge #4