Commit 11f2efac by BellCodeEditor

save project

parent 2b567e9e
Showing with 2 additions and 0 deletions
......@@ -8,6 +8,8 @@ screen.bgcolor("light blue")
penl=turtle.Pen()
penl.pencolor("red")
penl.pensize(5)
len=screen.textinput("提示","你想要多大的爱心呀?")
lovesize=int(len)
penl.left(45)
penl.forward(2*len)
penl.circle(50,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