Commit 0a1b8e63 by BellCodeEditor

save project

parent 3fc85b99
Showing with 2 additions and 1 deletions
...@@ -15,6 +15,6 @@ Pen1.forward(2*len) ...@@ -15,6 +15,6 @@ Pen1.forward(2*len)
Pen1.circle(len,180) Pen1.circle(len,180)
Pen1.right(90) Pen1.right(90)
Pen1.circle(len,180) Pen1.circle(len,180)
Pen1.forward(2*90) Pen1.forward(2*len)
Pen1.hideturtle() Pen1.hideturtle()
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