Commit 9e81bd95 by BellCodeEditor

save project

parent d508ca1a
Showing with 3 additions and 0 deletions
...@@ -14,6 +14,9 @@ pen1.circle(50,180) ...@@ -14,6 +14,9 @@ pen1.circle(50,180)
pen1.right(90) pen1.right(90)
pen1.circle(50,180) pen1.circle(50,180)
pen1.forward(100) pen1.forward(100)
pen.fillcolor("red")
pen.begin_fill()
pen.end_fill()
pen1.hideturtle() pen1.hideturtle()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
......
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