Wie man eine Schildkröte in Turtle Python versteckt
t = turtle.Turtle()
t.ht() # ht() = hideturtle()
Pluto
t = turtle.Turtle()
t.ht() # ht() = hideturtle()
>>> turtle.hideturtle()