Commit 1c70c1b2 by BellCodeEditor

auto save

parent 1f10c80b
Showing with 2 additions and 2 deletions
...@@ -11,12 +11,11 @@ pen.hideturtle()# 利用write()帮助悟空给诺依回信吧~ ...@@ -11,12 +11,11 @@ pen.hideturtle()# 利用write()帮助悟空给诺依回信吧~
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize(5) pen1.pensize(5)
len=70
pen1.left(45) pen1.left(45)
pen1.forward(2*lovesize) pen1.forward(2*lovesize)
pen1.circle(lovesize,180) pen1.circle(lovesize,180)
pen1.right(90) pen1.right(90)
pen1.circle(lovesize,180) pen1.circle(lovesize,180)
pen1.forward(2*size) pen1.forward(2*lovesize)
pen1.hideturtle() pen1.hideturtle()
turtle.done() 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