Commit e312a481 by BellCodeEditor

save project

parent 37d2056e
Showing with 2 additions and 2 deletions
......@@ -3,8 +3,8 @@ pen=turtle.Pen()
pen1=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
lenth=screen.input("提示")
len=60
lenth=screen.textinput("提示","大小")
len=int(lenth)
pen1.pencolor("red")
pen1.pensize(10)
pen1.left(45)
......
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