Commit 1d69cfc3 by BellCodeEditor

save project

parent 136e5b9f
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ pen1.left(45) ...@@ -14,7 +14,7 @@ pen1.left(45)
len=80 len=80
pen1.forward(2*len) pen1.forward(2*len)
pen1.circle(len,180) pen1.circle(len,180)
pen1.pencolor("orange) pen1.pencolor("orange")
pen1.right(90) pen1.right(90)
pen1.circle(len,180) pen1.circle(len,180)
pen1.forward(2*len) pen1.forward(2*len)
......
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