Commit bc172b65 by BellCodeEditor

save project

parent de7b3602
Showing with 3 additions and 1 deletions
import turtle
lovesize=50
screen=turtle.Screen()
len=screen.textinput("提示","你想要多大的爱心呀?")
lovesize=int(len)
pen=turtle.Pen()
pen.left(45)
pen.forward(2*lovesize)
......
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