Commit 2ba371b0 by BellCodeEditor

save project

parent fb04b2bd
Showing with 5 additions and 0 deletions
......@@ -13,4 +13,8 @@ pen.circle(len)
pen.fillcolor("red")
pen.circle(len,360,3)
pen.end_fill()
pen.circle(len,60)
pen.begin_fill()
pen.circle(len,360,3)
pen.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