Commit a090cd6a by BellCodeEditor

save project

parent 25c6af2b
Showing with 7 additions and 2 deletions
......@@ -8,4 +8,9 @@ For i in range(5)
pen.right(144)
pen.hideturtle()
pen.done()
\ No newline at end of file
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