CSCI-UA.0002 – Summer, 2012
Python Assignment # 5 - Turtle Graphics
Due: Monday, July 23rd

Use Python's Turtle Graphics module to build an original image:

Notes:

Brief notes on using this graphics module are posted here. Complete Turtle documentation is available here.


Your file should be named lastname_firstname_turtle.py (for example, obama_barack_turtle.py) Submit your .py file as an attachment on Blackboard.

Notes about your program: