Commit bdf1a12d by BellCodeEditor

save project

parent a84cafde
Showing with 3 additions and 0 deletions
...@@ -10,4 +10,6 @@ pen2.rt(90) ...@@ -10,4 +10,6 @@ pen2.rt(90)
pen2.circle(50,180) pen2.circle(50,180)
pen2.fd(100) pen2.fd(100)
pen2.hideturtle() pen2.hideturtle()
screen=turtle.Screen()
screen.bgcolor("blue")
turtle.done() turtle.done()
\ No newline at end of file
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