Commit 2dd12d0d by BellCodeEditor

save project

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