Your instructor may assign one or more of the following problems. For the homeworks, you are only required to do those that are explicitly assigned via Moodle. Please remember to check if there are also textbook problems assigned for homework.
Submit your work as you did for lab01.
			
				Create a turtle graphics program to draw your initials. Begin by
				creating a new folder named
				homework01
				and then name your file
				initials.py
				. Be sure to include appropriate documentation.
			
As an example, see the output shown on the right.
			
				Create a turtle graphics program to draw the olympics logo. Begin by
				creating a new Python package named
				homework01
				and then name your file
				olympics.py
				. Be sure to include appropriate documentation.
			
As an example, see the output shown on the right.
			
				Create a turtle graphics program to draw the abstraction logo (for
				the Calvin Computing Club Abstraction). Begin by
				creating a new Python package named
				homework01
				and then name your file
				abstraction.py
				. Be sure to include appropriate documentation.
			
As an example, see the output shown on the right.
We will grade this assignment according to the following criteria:
homework01Submit your solutions to this homework exercise as you did in the lab.