Commit bd406687 by BellCodeEditor

auto save

parent 28fda59a
Showing with 2 additions and 1 deletions
......@@ -9,7 +9,8 @@ pen.forward(-200)
pen.pendown()
pen.pensize(10)
pen.color("red")
len=90
len=screen.textinput("提示","请输入爱心的大小")
len=int(len)
pen.left(45)
pen.forward(2*len)
pen.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