Commit 4faa0f05 by BellCodeEditor

save project

parent c1aead45
Showing with 2 additions and 1 deletions
...@@ -8,7 +8,8 @@ pen1.penup() ...@@ -8,7 +8,8 @@ pen1.penup()
pen1.goto(100,50) pen1.goto(100,50)
pen1.write("你好,\n诺依",font=("Times",20,"normal")) pen1.write("你好,\n诺依",font=("Times",20,"normal"))
y=screen.textinput("提示","请输入1~100") screen.bgcolor("light blue")
y=screen.textinput("提示","请输入1~200")
z=int(y) z=int(y)
pen.fillcolor("red") pen.fillcolor("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