import turtle
turtle.bgcolor("black")
turtle.color("blue", "blue")
turtle.forward(100)

