Commit 192da59d by BellCodeEditor

save project

parent 42c56911
Showing with 3 additions and 2 deletions
...@@ -5,9 +5,10 @@ ...@@ -5,9 +5,10 @@
# pen.hideturtle() # pen.hideturtle()
# turtle.done() # turtle.done()
import turtle import turtle
scree=turtle.Screen()
scree=bgclor("pink")
pen1=turtle.Pen() pen1=turtle.Pen()
pen. pen.penup()
goto(100,-100) goto(100,-100)
pen1.fillcolor("red") pen1.fillcolor("red")
pen1.pencolor("pink") pen1.pencolor("pink")
......
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