Commit 837281c8 by BellCodeEditor

save project

parent 20dc987f
Showing with 2 additions and 2 deletions
...@@ -15,9 +15,9 @@ pen.fd(2*len) ...@@ -15,9 +15,9 @@ pen.fd(2*len)
pen.penup() pen.penup()
pen.lt(45) pen.lt(45)
pen.fd(200) pen.fd(150)
pen.end_fill() pen.end_fill()
pen.write("你好,\n儿子",font=("Times",30,"normal")) pen.write("妈妈,\n您辛苦了!",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() 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