from turtle import * fritz = Turtle() repeat 4: fritz.forward(100) fritz.left(90)