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