Commit a0612769 by BellCodeEditor

save project

parent 07f20692
Showing with 6 additions and 1 deletions
...@@ -18,5 +18,4 @@ pen.forward(2*len) ...@@ -18,5 +18,4 @@ pen.forward(2*len)
pen.circle(len,180) pen.circle(len,180)
pen.right(90) pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(2*len)
turtle.done() turtle.done()
import turtle
pen=turtle.Pen()
pen.write("您好,好久不见\n祝您福比东海,\n寿比南山!",font=("Times",30,"normal"))
pen.hideturtle()
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