Commit c11afe8e by BellCodeEditor

save project

parent 6f60b93b
Showing with 2 additions and 0 deletions
...@@ -16,6 +16,8 @@ pen1.color("red") ...@@ -16,6 +16,8 @@ pen1.color("red")
pen1.fillcolor("red") pen1.fillcolor("red")
pen1.begin_fill() pen1.begin_fill()
len=random.randint(10,75) len=random.randint(10,75)
len=int(screen.textinput("提示","你想要多大的爱心"))
pen1.left(45) pen1.left(45)
pen1.forward(len*2) pen1.forward(len*2)
pen1.circle(len,180) pen1.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