Commit 469dda23 by BellCodeEditor

auto save

parent 3b48476d
Showing with 7 additions and 5 deletions
......@@ -6,14 +6,15 @@ pen.pensize(5)
pen.pencolor("red")
pen.penup()
pen.goto(100,100)
turtle.write("我是悟空\n我爱你!\n诺伊,你嫁给我吧!\n你要是拒绝,\n老子就杀到你家门口!\n",font=("Times",15,"normal"))
turtle.write("我是悟空\n我爱你!\n诺伊,你嫁给我吧!\n你要是拒绝,\n老子就杀到你家门口!\n",font=("Times",15,"normal"))
pen.goto(80,-100)
pen.pendown()
len=100
pen.left(45)
pen.forward(200)
pen.circle(100,180)
pen.forward(2*len)
pen.circle(len,180)
pen.right(90)
pen.circle(100,180)
pen.forward(200)
pen.circle(len,180)
pen.forward(2*len)
pen.hideturtle()
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