Commit eee34b1c by BellCodeEditor

save project

parent c5f79a3c
Showing with 4 additions and 4 deletions
...@@ -8,11 +8,11 @@ len = 50 ...@@ -8,11 +8,11 @@ len = 50
t.pensize(10) t.pensize(10)
t.pencolor("red") t.pencolor("red")
t.left(45) t.left(45)
t.forward(100) t.forward(len*2)
t.circle(50,180) t.circle(len,180)
t.right(90) t.right(90)
t.circle(50,180) t.circle(len,180)
t.forward(100) t.forward(len*2)
t.penup() t.penup()
t.goto(100,-100) t.goto(100,-100)
......
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