Remix this project and try to use loops to draw shapes! When your project is done, it should work as follows: Pressing the 'b' key should cause the red pencil to draw a triangle using a loop. Pressing the 'd' key should cause the blue pencil to draw a square using a loop. Pressing the 'e' key should cause the green pencil to draw a pentagon using a loop. Pressing the 'g' key should cause the pink pencil to draw any shape based on the values of the variables named 'size' and 'numSides'. Pressing the 'i' key should cause the yellow pencil to draw stars based on the value of the variable named 'numStars'.