Commit 43ac9f79 by BellCodeEditor

save project

parent 8b2ea313
Showing with 5 additions and 5 deletions
import turtle
s=turtle.Pen()
s.write("鹅\n\n\n曲向向天歌")
s.hideturtle()
turtle.done
\ No newline at end of file
pen=turtle.Pen()
pen.write("鹅\n\n\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