CSC 226

CSC 226 logo

Software Design and Implementation


A4: Looping Turtles

Assignment A4 should be complete individually.


The instructions

Modify a pre-existing or create a new program that incorporates the ideas of loops, the Turtle graphics module, and interaction with the user.

Here are a few examples of python code which uses the turtle library and loops. Right-click to download.
Create a new Python program either by modifying the code above or writing brand new one in a file called yourusername-A4.py that has the following features:
  1. It uses the Turtle library and draws on a canvas.
  2. What you draw is something that brings a smile to your face.
  3. It uses loops.
  4. Any lines that are doing something that is not immediately clear, add comments.
Once you are done, upload your yourusername-A4.py file onto Moodle.

Note that submitted files with incorrect filenames may not receive full credit because it makes grading more difficult for us and the TAs, so please check filenames carefully!

Copyright © 2016 | http://cs.berea.edu/courses/CSC226/ | Licensed under a Creative Commons Attribution-Share Alike 3.0 United States License