Commit 60abb162 by BellCodeEditor

save project

parent 9fe67e38
Showing with 2 additions and 1 deletions
...@@ -14,7 +14,8 @@ screen=turtle.Screen() ...@@ -14,7 +14,8 @@ screen=turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
pen1.color("black") pen1.color("black")
pen1.pensize(8) pen1.pensize(8)
len=random.ranint(50,700) len=screen.textinput("提示"你想要多大的爱心啊啊啊?")
lovesize=int(len)
pen1.left(45) pen1.left(45)
pen1.forward(len) pen1.forward(len)
pen1.circle(len/2,180) pen1.circle(len/2,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