Commit 4b041d8b by BellCodeEditor

save project

parent 07858a54
Showing with 22 additions and 0 deletions
import turtle
s = turtle.Screen()
b = s.textinput("框","你要多大的爱心?")
c = float(b)
pen2 = turtle.Pen()
turtle.colormode(255)
def huayuan(b):
pen2.pencolor(100,130,238)
pen2.setheading(45)
pen2.forward(b)
pen2.circle(b/2,180)
pen2.right(90)
pen2.circle(b/2,180)
pen2.forward(b)
pen2.hideturtle()
huayuan(c)
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