Commit 414b0308 by BellCodeEditor

save project

parent 2c7f90b6
Showing with 3 additions and 1 deletions
......@@ -5,7 +5,9 @@ pen.penup()
pen.goto(100,-100)
pen.write("你好呀,",font=("Times",15,"normal"))
screen=turtle.Screen()
screen.bgcolor("lightgreen")
color=screen.textinput("色","输入色")
#color=str(color)
screen.bgcolor(color)
len=screen.textinput("输入","输入数字")
len=int(len)
#len=random.randint(20,100)
......
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