Commit d134f966 by BellCodeEditor

save project

parent 165d4a41
Showing with 2 additions and 1 deletions
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("诺伊,\nturtle真好用,\n我会在画布上写字了!",font=("Times",20,"normal")) pen.write("诺伊,\n你现在在哪呀?\n有时间要来找我们玩哦!",font=("Times",20,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() 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