Commit 1d30c3de by BellCodeEditor

save project

parent 34e08ee2
Showing with 5 additions and 3 deletions
import turtle import turtle
# P=turtle.Pen() P=turtle.Pen()
p=turtle.Pen() p=turtle.Pen()
# 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")
p.left(45) p.left(45)
...@@ -10,5 +10,6 @@ p.circle(50,180) ...@@ -10,5 +10,6 @@ p.circle(50,180)
p.right(90) p.right(90)
p.circle(50,180) p.circle(50,180)
p.forward(100) p.forward(100)
# 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