The turtlegraphics module allows students to draw pictures using some simple Turtle graphics commands. For example, here is a Python program that uses Turtle graphics to draw a fractal known as the c-curve:
![]() |
![]() |
The Turtle class includes methods to
|
Download the turtlegraphics module View the turtlegraphics API |