Commit d7cbec07 by BellCodeEditor

save project

parent dfc46107
Showing with 2 additions and 1 deletions
...@@ -12,7 +12,8 @@ pen1.goto(100,-100) ...@@ -12,7 +12,8 @@ pen1.goto(100,-100)
pen1.write("你\n你好帅\n你在夕阳下的身影\n好帅\n好帅.......",font=("Times",10,"normal")) pen1.write("你\n你好帅\n你在夕阳下的身影\n好帅\n好帅.......",font=("Times",10,"normal"))
pen.hideturtle() pen.hideturtle()
len=random.randint(60,100) a=screen.textinput("你好")
len=int(a)
pen.pensize(10) pen.pensize(10)
......
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