Commit c6906807 by BellCodeEditor

save project

parent f92278a5
Showing with 1 additions and 0 deletions
...@@ -9,6 +9,7 @@ pen.fillcolor("skyblue") ...@@ -9,6 +9,7 @@ pen.fillcolor("skyblue")
pen.begin_fill() pen.begin_fill()
len=60 len=60
pen.left(45) pen.left(45)
len=int(screen.textinput(" ","请输入你love的多少"))
pen.forward(2*len) pen.forward(2*len)
pen.circle(len,180) pen.circle(len,180)
pen.right(90) 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