Commit 13504e16 by BellCodeEditor

save project

parent 8948d7c0
Showing with 3 additions and 2 deletions
......@@ -8,6 +8,8 @@
# turtle.done()
screen = tuple.Pen()
screen.bgcolor("red")
Pen1 = tuple.Pen()
pen1.color("blue")
pen1.pensize(8)
......@@ -21,4 +23,4 @@ pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle()
tuple.done()
\ No newline at end of file
tuple.done()
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