Commit 81a61736 by BellCodeEditor

save project

parent 0ab50356
Showing with 2 additions and 1 deletions
...@@ -11,7 +11,8 @@ pen.write("我们\n分手吧",font=("times",50,"normal")) ...@@ -11,7 +11,8 @@ pen.write("我们\n分手吧",font=("times",50,"normal"))
pen.end_fill() pen.end_fill()
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
len=50 a=screen.textinput("提示:","你要多大的爱心?")
len=int(a)
pen1.fillcolor("yellow") pen1.fillcolor("yellow")
pen1.begin_fill() pen1.begin_fill()
pen1.pencolor("yellow") pen1.pencolor("yellow")
......
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