# Sophia läuft 100 Schritte nach vorne from turtle import Turtle sophia = Turtle() sophia.forward(100) sophia.screen.mainloop()