Commit 81ac695a by BellCodeEditor

save project

parent 1a185dfc
Showing with 8 additions and 9 deletions
...@@ -19,16 +19,14 @@ Len = random.randint(50,200) ...@@ -19,16 +19,14 @@ Len = random.randint(50,200)
t.left(45) t.left(45)
t.forward(Len) t.forward(Len)
t.circle(Len/2,180) t.circle(Len/2,180)
t.right(90)]
Len = screen.textinput("提示","你要多大爱心")
lovesize = int(Len)
t.left(45).forward(100)
t.circle(50,180)
t.right(90) t.right(90)
Len = screen.textinpt("") t.circle(50,180)
t.forward(100)
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
Pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle() pen1.hideturtle()
tuple.done() tuple.done()
\ No newline at end of file
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