Commit cb14e489 by BellCodeEditor

save project

parent 84524e2d
Showing with 6 additions and 4 deletions
...@@ -8,12 +8,13 @@ P.goto(100,-100) ...@@ -8,12 +8,13 @@ P.goto(100,-100)
P.write("傻逼\n我是你爹",font=("Times",20,"normal")) P.write("傻逼\n我是你爹",font=("Times",20,"normal"))
p.pensize(10) p.pensize(10)
p.pencolor("red") p.pencolor("red")
len=25
p.left(45) p.left(45)
p.forward(100) p.forward(2*len)
p.circle(50,180) p.circle(len,180)
p.right(90) p.right(90)
p.circle(50,180) p.circle(len,180)
p.forward(100) p.forward(2*len)
P.hideturtle() P.hideturtle()
p.hideturtle() p.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