CPSC120A
Fundamentals of Computer Science I

Creative Assignment 3

Compound drawing using the turtle module.

Using functions it is possible to create more complex drawings without a lot more code. If a function is written to be flexible or abstract it can be used to draw multiple different elements.

Details

Create a Python program that uses the turtle module to draw a picture. The picture can be anything you want, but must:

Extra

Superb drawings will receive extra credit. I will be the arbiter of whether a drawing is astounding.

Grading

The assignment will be graded on the following requirements according to the course’s programming assignment rubric.

Effort (40%): Here are example drawings with average effort:

Q*bert Cubes Reutersvard Triangle

Functionality (35%): A functional program will:

Style (25%): A program with good style will:

Submission

Submit your program as a .py file on the course Inquire page before class on Wednesday October 7th.