Commit 7a5fdc79 by BellCodeEditor

save project

parent 07858a54
Showing with 19 additions and 0 deletions
import turtle
screen=turtle.Screen()
len=screen.textinput("提示","你要多大的爱心?")
screen.bgcolor("light pink")
pen=turtle.Pen()
pen.write("Hi,诺伊")
pen.penup()
a=int(len)
pen.goto(-100,0)
pen.down()
pen.left(45)
pen.forward(2*a)
pen.circle(a,180)
pen.right(90)
pen.circle(a,180)
pen.forward(2*a)
turtle.done
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