Commit 7707e7ea by BellCodeEditor

save project

parent 66d8ebcf
Showing with 13 additions and 0 deletions
......@@ -4,3 +4,16 @@
#pen.write("嘿,你个司马玩意儿\ n,你爸爸我回来了",font=("times",20,"normal"))
#pen.hideturtle()
#turtle.done()
import turtle
pen=turtle.Pen()
penl=turtle.Pen()
pen.pencolor("red")
penl.forward(100)
penl.right(90)
penl.circle(50,180)
penl.right(45)
penl.circle(50,180)
penl.forward(100)
penl.hideturtle()
pen.hideturtle()
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