Commit ca262fe0 by BellCodeEditor

auto save

parent 79a82a28
Showing with 2 additions and 2 deletions
...@@ -4,11 +4,12 @@ pen=turtle.Pen() ...@@ -4,11 +4,12 @@ pen=turtle.Pen()
pen.write("许桂拓是大傻逼,\n他不是人,\n他爱吃屎,\n他在黄泉吃屎,\n她是女生\n",font=("Times",24,"normal")) pen.write("许桂拓是大傻逼,\n他不是人,\n他爱吃屎,\n他在黄泉吃屎,\n她是女生\n",font=("Times",24,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("green")
pen1.pensize(10)
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.forward(100)
pen1.circle(50,180) pen1.circle(50,180)
pen1.right(90) pen1.right(90)
pen1.pencolor("green")
pen1.circle(50,180) pen1.circle(50,180)
pen1.forward(100) pen1.forward(100)
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