Commit acfa080d by BellCodeEditor

auto save

parent 54f85856
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ pen.pencolor("red")
pen.fillcolor("yellow")
pen.begin_fill()
pen.left(45)
len = 100
len = int(screen.textinput("改变大小","请输入你的心的尺寸"))
pen.forward(2*len)
pen.circle(len,180)
pen.right(90)
......
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