Create functions to draw shapes! Instead of having to put a bunch of repeat loops, we can just call the "Draw X shape" function. 1. Create a "Draw rectangle" function which draws a rectangle with the length and width that is entered into the function. 2. Create a "Draw triangle" function which draws a triangle with the side length is entered into the function. 3. Create a "Draw circle" function which draws a circle. It should use "MOVE ___" where the ___ is the number entered in the function.