Commit 2aa67559 by BellCodeEditor

save project

parent 82fd4ff4
Showing with 2 additions and 1 deletions
...@@ -18,6 +18,6 @@ pen1.forward(2*interesting) ...@@ -18,6 +18,6 @@ pen1.forward(2*interesting)
pen1.circle(interesting,180) pen1.circle(interesting,180)
pen1.right(90) pen1.right(90)
pen1.circle(interesting,180) pen1.circle(interesting,180)
pen1.forward(interesting*len) pen1.forward(interesting*2)
pen1.end_fill() pen1.end_fill()
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