Commit 5d1b0545 by BellCodeEditor

save project

parent 5404d1f6
Showing with 2 additions and 0 deletions
......@@ -7,6 +7,8 @@ screen.bgcolor('orange')
pen.hideturtle()
turtle.done()
pen.pensize(5)
gg=screen.textinput('提示','你想要多大的爱心?')
lovesize=int(gg)
pen.pencolor("red")
pen.left(45)
pen.forward(100)
......
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