import turtle as t

t.forward(100)
t.up()
t.goto(100, -100)
t.down()
t.exitonclick()