CSCI 107 Assignment 9


Turtle Graphics String Commands

The purpose of this final assignment of the semester is to give you experience working with strings. By processing a provided string correctly, your program will produce a Turtle Graphics drawing.

Assignment

Take assignment9.py and rename it according to the instructions above. Based on the command string in the main function, the program will create a turtle graphics drawing based on the commands in the string.

In the provided program, drawing would be produced.

Required String Commands

Requirements and Grading