Commit 004d98df by BellCodeEditor

save project

parent 04068140
Showing with 2 additions and 1 deletions
......@@ -7,8 +7,9 @@ pen.goto(100,-100)
pen.write("你好呀,\n诺依.",font=("Times",30,"normal"))
pen.hideturtle()
len=screen.textinput("输入框","画多大的爱心呀")
len=int(len)
len=20
turtle.pensize(5)
turtle.left(45)
turtle.color("red")
......
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