Commit ad9a64fa by BellCodeEditor

save project

parent 6c7d9193
Showing with 2 additions and 1 deletions
......@@ -5,7 +5,8 @@ screen.bgcolor("light blue")
pen=turtle.Pen()
pen.write("你好/nfuck.",font=("Times",30,"normal"))
pen.hideturtle()
len=60
len=screen.textinput("问","你想要多大的爱心呀?")
len=int(len)
pen.penup()
pen.goto(100,100)
pen.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