Commit 8df8ec38 by BellCodeEditor

save project

parent b1911ef8
Showing with 2 additions and 1 deletions
......@@ -8,7 +8,8 @@ pen.penup()
pen.goto(-100,100)
pen.pencolor("red")
pen.pendown()
len=50
len=screen.textinput("title","请输入爱心大小:")
len=int(len)
pen.left(45)
pen.forward(2*len)
pen.circle(50,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