Turtle Graphics Examples#

This page demonstrates the {turtle} directive for interactive Python turtle graphics.

Example 1: Simple Square#

Example 2: Colorful Spiral#

Example 3: Star Pattern#

Example 4: Circle Flower#

Example 5: Recursive Tree#

Example 6: Hexagonal Pattern#

Testing Features#

Custom Identifier#

You can provide a custom identifier as an argument:

Multiple Turtles#