Commit e29fa036 by BellCodeEditor

save project

parent e3e425b4
Showing with 11 additions and 0 deletions
......@@ -4,3 +4,13 @@ pen=turtle.Pen()
pen.write("你好呀!",font=("楷体"30,"normal"))
hideturtle()
pen.done()
pen.lt(45)
pen.pensize(5)
pen.pencolor("pink")
pen.ft(100)
pen.circle(50,180)
pen.rt(90)
pen.circle(50,180)
pen.ft(100)
pen.hideturtle()
pen.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