Commit 43503d2a by BellCodeEditor

save project

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