Commit a090cd6a by BellCodeEditor

save project

parent 25c6af2b
Showing with 6 additions and 0 deletions
......@@ -9,3 +9,8 @@ For i in range(5)
pen.hideturtle()
pen.done()
import turtle
pen=turtle.Pen()
pen.write("hi,诺伊~\n用python写电子贺卡太有趣了~\n我也喜欢python\n——悟空")
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