Commit f1a1ce24 by BellCodeEditor

auto save

parent 9f384fe4
Showing with 2 additions and 1 deletions
...@@ -19,5 +19,5 @@ pen1.circle(lovesize,180) ...@@ -19,5 +19,5 @@ pen1.circle(lovesize,180)
pen1.forward(2*lovesize) pen1.forward(2*lovesize)
pen1.hideturtle() pen1.hideturtle()
turtle.done() turtle.done()
len=screen.textinput("提示","你想要多大的爱心啊? 0"")) len=screen.textinput("提示","你想要多大的爱心啊?" )
lovesize=int(len) lovesize=int(len)
\ 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