Commit 83627ee6 by BellCodeEditor

save project

parent bb779281
Showing with 19 additions and 2 deletions
...@@ -5,4 +5,22 @@ import turtle ...@@ -5,4 +5,22 @@ import turtle
# turtle.done() # turtle.done()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.circle(50) pen1.circle(50)
turtle.done() pen1.pensize(5)
\ No newline at end of file pen1.pencolor("green")
pen1.left(45)
pen1.circle(100)
pen1.(100)
turtle.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