Commit 469dda23 by BellCodeEditor

auto save

parent 3b48476d
Showing with 8 additions and 6 deletions
...@@ -6,14 +6,15 @@ pen.pensize(5) ...@@ -6,14 +6,15 @@ pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.penup() pen.penup()
pen.goto(100,100) 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.goto(80,-100)
pen.pendown() pen.pendown()
pen.left(45) len=100
pen.forward(200) pen.left(45)
pen.circle(100,180) pen.forward(2*len)
pen.circle(len,180)
pen.right(90) pen.right(90)
pen.circle(100,180) pen.circle(len,180)
pen.forward(200) pen.forward(2*len)
pen.hideturtle() pen.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