import turtle screen=turtle.Screen screen.bgcolor ("light blue") pen=turtle.Pen() pen.penup() pen.goto(100,-100)