Commit 8e0f5094 by BellCodeEditor

auto save

parent f57a24d2
Showing with 13 additions and 4 deletions
......@@ -9,12 +9,20 @@ pen.write("SB是高宇泽\n好不容易让我心动亿次\n你却让我输的整
pen.hideturtle()
pen1 = turtle.Pen()
pen1.pencolor("red")
pen1.circle(50,360,)
pen1.circle(50,360,3)
pen1.circle(50,180)
pen1.circle(50,360,3)
pen1.circle(50,180)
len=screen.textinput("54188","说你想要多大的爱心?")
a=int(len)
pen1.pensize(15)
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.forward(2*a)
pen1.circle(a,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.circle(a,180)
pen1.forward(2*a)
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