Commit 760221eb by BellCodeEditor

save project

parent 810be88b
Showing with 13 additions and 0 deletions
......@@ -2,4 +2,17 @@ import turtle
pen=turtle.Pen()
pen.write("诺依,你妈真可爱",font=("Times",20,"normal"))
pen.hideturtle()
pen666=turtle.Pen()
pen666.pensize(5)
pen666.pencolor("pink")
pen666.fillcolor("pink")
pen666.begin_fill()
pen666.left(45)
pen666.forward(100)
pen666.circle(50,180)
pen666.right(90)
pen666.circle(50,180)
pen666.forward(100)
pen666.end_fill()
pen666.hideturtle()
turtle.done()
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