Write a program that asks the user for a color, a line width, a line length and a shape. Assume that the user will specify a that is either a line, a triangle, or a square. Use turtle graphics to draw the shape that the user requests of the size, color, line width and line length that the user requests. For example, if these are the user choices for color, width, line length and shape what color? blue what line width? 25 what line length? 100 line, triangle or square? triangle the following would be correct graphical output