from turtle import forward, left, exitonclick forward(50) left(90) forward(50) left(90) forward(50) left(90) forward(50) left(90) exitonclick()