App Store .l 10:33 AM What you will produce The short version: a scene, with background elements and a large multifaceted geometrical shape in the foreground The longer version: for this project, we will want to use the Turtle class to draw a large multifaceted geometrical shape onto a background. The tool we've been using (repl.it) doesn't allow us to upload pictures, so your projects won't have image backgrounds like these examples or these examples, but the shapes drawn are good, although your shapes will need to be filled The objectives of this assignment are to have you design a scene and then "solve the problem" of how to draw it with at least two Turtles. You'll define your own Python functions to add to the basic behavior of the Turtles. You will write a function named draw background) to draw the background, and other functions to draw your complex shape(s). Your functions should accept multiple parameters. You will then write a main function in Python called main() to call on those other functions to draw the background and your shapes Requirements App Store .l 10:33 AM What you will produce The short version: a scene, with background elements and a large multifaceted geometrical shape in the foreground The longer version: for this project, we will want to use the Turtle class to draw a large multifaceted geometrical shape onto a background. The tool we've been using (repl.it) doesn't allow us to upload pictures, so your projects won't have image backgrounds like these examples or these examples, but the shapes drawn are good, although your shapes will need to be filled The objectives of this assignment are to have you design a scene and then "solve the problem" of how to draw it with at least two Turtles. You'll define your own Python functions to add to the basic behavior of the Turtles. You will write a function named draw background) to draw the background, and other functions to draw your complex shape(s). Your functions should accept multiple parameters. You will then write a main function in Python called main() to call on those other functions to draw the background and your shapes Requirements