Turtle.py -

: Python’s turtle.py module is a direct descendant of the original Logo turtle.

When you import turtle , you are technically summoning a "virtual pen" onto a Cartesian plane (an X-Y grid). The Turtle's Toolkit What it controls Where the turtle sits on the screen (starts at 0, 0). Orientation The direction it is facing. Pen State turtle.py

: Wally Feurzeig, Seymour Papert, and Cynthia Solomon. : Python’s turtle

: They created "Logo" to help children learn math and logic. turtle.py