Commit f4dc0d26 by BellCodeEditor

save project

parent 72058d59
Showing with 1 additions and 1 deletions
...@@ -18,7 +18,7 @@ pen1.circle(50,180) ...@@ -18,7 +18,7 @@ pen1.circle(50,180)
pen1.forward(100) pen1.forward(100)
pen1.hideturtle() pen1.hideturtle()
turtle.done turtle.done
len=screen.textinput("提示""你想要多大的爱心呀?") len=screen.textinput("提示","你想要多大的爱心呀?")
lovesize=int(len) lovesize=int(len)
pen1.left(45) pen1.left(45)
pen1.forward(2*lovesize) pen1.forward(2*lovesize)
......
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