Commit 5e127727 by BellCodeEditor

save project

parent a9878eb0
Showing with 4 additions and 4 deletions
...@@ -9,11 +9,11 @@ pen.write("世界核平",font=("Times",30,"normal")) ...@@ -9,11 +9,11 @@ pen.write("世界核平",font=("Times",30,"normal"))
u=turtle.Pen() u=turtle.Pen()
u.left(45) u.left(45)
u.forward(100) u.forward(2*len)
u.circle(50,180) u.circle(len,180)
u.right(90) u.right(90)
u.circle(50,180) u.circle(len,180)
u.forward(100) u.forward(ien*2)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
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