Commit 721a8be8 by BellCodeEditor

save project

parent 83aa7728
Showing with 4 additions and 3 deletions
...@@ -6,7 +6,7 @@ pen.pensize(6) ...@@ -6,7 +6,7 @@ pen.pensize(6)
pen.left(45) pen.left(45)
pen.forward(140) pen.forward(140)
pen.right(-45) pen.right(-45)
pen.circle(50,140) pen.circle(50,180)
pen.right(135) pen.right(45)
pen.circle(50,140) pen.circle(50,180)
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