Commit 7901a2ea by BellCodeEditor

auto save

parent 9e3c688c
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ p1 = turtle.Pen() ...@@ -12,7 +12,7 @@ p1 = turtle.Pen()
p1.pencolor("red") p1.pencolor("red")
p1.pensize(5) p1.pensize(5)
l=s.textinput("提示""你") l=s.textinput("提示""你")
len= len=int(l)
p1.left(135) p1.left(135)
p1.forward(2*len) p1.forward(2*len)
p1.circle(-len,180) p1.circle(-len,180)
......
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