1. Observe carefully the order in which the cat is drawing this pattern! First, program the cat to draw the first tiny triangle. (Make sure before he starts drawing, he starts at (0,120), pointing in direction 150 degrees, with his pen down.) 2. Next, program the cat to draw a slightly larger triangle, and then an even slightly larger triangle. 3. Using nested loops and a variable, draw 15 total triangles to make the pyramid!