from turtle import * # Importiert das `turtle` Package. fritz = Turtle() # Erstellt eine neue Turtle. Der Name kann frei gewählt werden.