Commit 5c15c282 by BellCodeEditor

save project

parent 287c7847
Showing with 3 additions and 3 deletions
...@@ -19,5 +19,6 @@ pen1.forward(2*len) ...@@ -19,5 +19,6 @@ pen1.forward(2*len)
pen1.hideturtle() pen1.hideturtle()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("green") screen.bgcolor("green")
len=screen.textinput("提示","你想要多大的爱心呀?")
turtle.done lovesize=int(len)
\ No newline at end of file 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