Commit feb84700 by BellCodeEditor

save project

parent 2dd12d0d
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ screen.bgcolor("light yellow")
pen.color("green")
pen.write("你好啊!\n 学习python真有趣。\n Are you ready?",font=("Times",15,"normal"))
pen.hideturtle()
len=screen.textinput("提示:","How do you want big")
len=screen.textinput("提示:","How do you want big?")
len=int(len)
pen1=turtle.Pen()
pen1.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