Commit 529082cb by BellCodeEditor

save project

parent 0c8b53b6
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,7 @@ import turtle ...@@ -2,7 +2,7 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
s=turtle.Screen() s=turtle.Screen()
s.bgcolor("pink") s.bgcolor("pink")
lenv =screen.textinput("提示","你想要多大的爱心呀") len=s.textinput("提示","你想要多大的爱心呀")
l=int(len) l=int(len)
pen.penup() pen.penup()
pen.goto(120,-150) pen.goto(120,-150)
......
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