Commit ede9a5f2 by BellCodeEditor

save project

parent 903c7a52
Showing with 2 additions and 2 deletions
import turtle
s=turtle.Screen()
s.bgcolor("pink")
t=s.textinput("y","你想要多大的心?")
len=int(t)
p=turtle.Pen()
p.penup()
p.goto(100,-100)
......@@ -10,7 +11,6 @@ p.hideturtle()
p1=turtle.Pen()
p1.pensize(20)
p1.pencolor("red")
len=45
p1.left(45)
p1.fd(2*len)
p1.circle(len,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