CS8 Programming Assignment 2Description and RequirementsIn this programming assignment, you will implement 4 drawing functions using turtle module. Function names and parameter properties must be as specified.
What To SubmitWrite all of your functions in a Python text file named pa2.py, and submit your assignment via Dropbox (see the course website for the link). Submit only the functions; no test programs outside the functions are needed.Important: Add your full name and CSIL login name as a comment in the first line of your file, for example: # Alice Smartpants, csil login: smartpants
cs8 Web Site |