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

