Turtle Graphics

Translating Turtle Art to Python

Using a coding project created with Turtle Art, translate the block code into Python turtle graphics using the Turtle module.

Getting Started

Use either IDLE or your preferred Python editor. Beginners should use IDLE.

Be sure to code in the EDITOR and not the SHELL

Save Early, Save Often!

  • Save your files as .py files to run, store and share

Criteria:

Your Python project should look similar to your original Turtle Art work and include examples of using the following:

Variables


Looping behaviors (repeats in TA)

Your code should include for or while loops

Functions (procedures in TA)