Commit e0e00ad0 by BellCodeEditor

save project

parent 85526e84
Showing with 2 additions and 0 deletions
......@@ -4,6 +4,8 @@ pen=turtle.Pen()
pen1=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
lenth=screen.textinput("提示","大小")
len=int(lenth)
len=66
pen1.left(45)
pen1.forward(2*len)
......
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