Commit 88c07da0 by BellCodeEditor

save project

parent a50ceeec
Showing with 14 additions and 0 deletions
import turle
screen=turle.Pen()
len=screen.textinput("表示""你想要多大的爱心")
lovesize=int(len)
pen1=turle.pen()
pen1.left(45)
pen1.forward(2*lovesize)
pen1.circle(lovesize,180)
pen1.left(45)
pen1.circle(lovesize,180)
pen1.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