Commit c3460390 by BellCodeEditor

save project

parent c08c0d5f
Showing with 3 additions and 1 deletions
......@@ -8,7 +8,9 @@ screen.bgcolor("red")
pen1.penup()
pen1.goto(100,-100)
pen1.write("你好\n诺依",font=("Times",30,"normal"))
len=random.randint(10,100)
a=screen.textinput("姓名框","你的名字是:")
len=int(a)
pen.hideturtle()
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