Commit 964a5739 by BellCodeEditor

save project

parent 4333367a
Showing with 1 additions and 0 deletions
...@@ -9,6 +9,7 @@ lie=int(screen.textinput("提示","你要多大的爱心呀?")) ...@@ -9,6 +9,7 @@ lie=int(screen.textinput("提示","你要多大的爱心呀?"))
import random import random
#lie=random.randint(30,110) #lie=random.randint(30,110)
pen.pencolor("red") pen.pencolor("red")
pen.pensize(10)
pen.left(45) pen.left(45)
pen.forward(2*lie) pen.forward(2*lie)
pen.circle(lie,180) pen.circle(lie,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