Commit e29fa036 by BellCodeEditor

save project

parent e3e425b4
Showing with 11 additions and 0 deletions
...@@ -3,4 +3,14 @@ import turtle ...@@ -3,4 +3,14 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好呀!",font=("楷体"30,"normal")) pen.write("你好呀!",font=("楷体"30,"normal"))
hideturtle() 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() 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