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.

  1. 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.

  2. 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.

  3. 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.

Checking In

We will grade this assignment according to the following criteria:

Submit your solutions to this homework exercise as you did in the lab.