Commit be105440 by BellCodeEditor

save project

parent 631b5807
Showing with 3 additions and 1 deletions
......@@ -5,7 +5,9 @@ turtle.pendown()
pen=turtle.Pen()
pen.write("你好呀",font=("Times",30,"normal"))
pen.hideturtle()
len=50
len=turtle.textinput("提示","你要多大的爱心")
len=int(len)
turtle.penup()
turtle.goto(-100,100)
turtle.pendown()
......
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