CSCI-UA.0002 – Summer 2017
Python Assignment # 6 - Turtle Graphics
Due: Wednesday, July 26th

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: