TURTLE GRAPHICS

Turtle Graphics is a two dimensional graphics package built in to Python. The concept of a drawing "turtle" originated in the Logo programming environment, where the drawing pen was a a turtle icon. In Python, the "turtle" is, by default, a black arrowhead. Python programmers can redefine the turtle (for example, to a blue circle) or create multiple turtles. The following image demonstrates a program titled "Snowman Program."