Commit 5acf33b8 by BellCodeEditor

save project

parent e3186633
Showing with 3 additions and 2 deletions
......@@ -16,9 +16,9 @@ turtle.color("red")
turtle.left(45)
turtle.begin_fill()
turtle.forward(2*a)
turtle.circle(a,180)
turtle.circle(a,180,6)
turtle.right(90)
turtle.circle(a,180)
turtle.circle(a,180,6)
turtle.forward(2*a)
turtle.end_fill()
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