from turtle import *
penup()
right(90)
forward(100)

