1. Use variables and operations to help draw shapes. Instead of typing in the degrees and number of repeats, create and use 2 variables: "Angle Degrees" and "Number of Repeats". Remember that depending on the shape you are trying to draw, you will need to use the formula (number of sides-2) x 180 degrees = sum of angles. For example, a triangle would be (3-2) x 180 = 180 degrees, divided by 3 means each angle would be 60 degrees. 2. Can you edit it so the user types in how many sides they want the shape to have, then draw that shape?