Commit 12dfaa2b by BellCodeEditor

save project

parent bb25c89b
Showing with 3 additions and 2 deletions
......@@ -11,8 +11,8 @@ pen1.pencolor("red")
pen1.pensize(5)
len=screen.textinput("提示","你想要多大的爱心")
lovesize=int(len)
for i in range 5:
for i in range(6):
pen1.forward(lovesize)
right(120)
pen1.right(120)
pen1.hideturtle()
turtle.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