Commit 0883fcc7 by BellCodeEditor

save project

parent 0e800b73
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ len=100 ...@@ -11,7 +11,7 @@ len=100
penl.pencolor("red") penl.pencolor("red")
penl.pensize(5) penl.pensize(5)
len=int(screen.textinput("大小","输入爱心大小")) len=int(screen.textinput("大小","输入爱心大小11"))
penl.left(45) penl.left(45)
penl.forward(2*len) penl.forward(2*len)
penl.circle(len,180) penl.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