You are to write a program that draws a picture in python using the turtle package. The complete documentation for the package can be found here. { https://docs.python.org/2/library/turtle.html }
Everyone’s should look different. You will not be penalized for lack of artistic ability, however you should include the following:
Your program needs to use at least 2 loops for the drawing.
Your must use at least 2 different colors in your picture.
You must make use of both the pen and stamp functions.
Remember to include a header comment, and comments in your code that describe what each section does.