Commit 93226ecd by BellCodeEditor

save project

parent b9a2d0c3
Showing with 1 additions and 477 deletions
...@@ -9,6 +9,7 @@ pen.goto(100,-100) ...@@ -9,6 +9,7 @@ pen.goto(100,-100)
pen.write("我家还蛮大的 来我家睡觉 没关系的") pen.write("我家还蛮大的 来我家睡觉 没关系的")
pen.hideturtle() pen.hideturtle()
len=screen.textinput("提示","你想要多大的爱心呀?")
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize(10) pen1.pensize(10)
...@@ -21,480 +22,3 @@ pen1.circle(len,180) ...@@ -21,480 +22,3 @@ pen1.circle(len,180)
pen1.forward(2*len) pen1.forward(2*len)
pen1.hideturtle() pen1.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