from turtle import Turtle, Screen timmy_the_turtle = Turtle() for _ in range(4): timmy_the_turtle.forward(180) timmy_the_turtle.left(90)