Commit fdbb797b by BellCodeEditor

save project

parent 4aeac922
Showing with 14 additions and 7 deletions
...@@ -16,15 +16,21 @@ q.circle(70,190) ...@@ -16,15 +16,21 @@ q.circle(70,190)
q.left(180) q.left(180)
q.circle(70,-190) q.circle(70,-190)
q.penup() q.penup()
q.goto(200,10) q.goto(200,-55)
q.pendown() q.pendown()
q.left(-90) q.left(-90)
q.forward(400) q.forward(400)
q.goto(200,10) q.goto(200,80)
q.left(90) q.left(90)
q.circle(70,-360) q.circle(70,-180)
q.hideturtle() q.hideturtle()
len=screen.textinput("提","你要多大"")
sbsize=int(len)
q.left(45)
q.forward(2*sbsize)
q.circle(sbsize,180)
q.right(90)
q.circle(sbsize,180)
q.forward(2*sbsize)
q.hideturtle()
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