Commit 1b3febb2 by BellCodeEditor

save project

parent 52fa7eda
Showing with 1 additions and 1 deletions
......@@ -22,7 +22,7 @@ import turtle
# turtle.done()
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("lightblue")
screen.bgcolor("blue")
pen.penup()
pen.goto(0,-100)
pen.pendown()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment