1. Create a new function “draw_rectangle”. One parameter: color. Inside the function, draw a rectangle shape using turtle module. Call the function and pass any color to the function.
  2. Create a new function “draw_square”. One parameter: color. Inside the function, draw a square shape using turtle module. Call the function and pass any color to the function.
  3. Create a new function “draw_octagon”. One parameter: color. Inside the function, draw a octagon shape using turtle module. Call the function and pass any color to the function.
  4. Create a new function “draw_triangle”. One parameter: color. Inside the function, draw a triangle shape using turtle module. Call the function and pass any color to the function.
  5. Look at this image for the coordinates of each shape