from turtle import Turtle sophia = Turtle() sophia.forward(100) sophia.screen.mainloop()