Commit 8d42fec3 by BellCodeEditor

save project

parent c80192d1
Showing with 0 additions and 1 deletions
...@@ -5,7 +5,6 @@ huabu.bgcolor("pink") ...@@ -5,7 +5,6 @@ huabu.bgcolor("pink")
pen.pencolor("red") pen.pencolor("red")
pen.pensize(20) pen.pensize(20)
banjin = int(huabu.textinput("提示","请输入爱心大小")) banjin = int(huabu.textinput("提示","请输入爱心大小"))
banjin = 50
pen.lt(45) pen.lt(45)
pen.fd(2*banjin) pen.fd(2*banjin)
pen.circle(banjin,180) pen.circle(banjin,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