Commit e0617d09 by BellCodeEditor

save project

parent 2d749db5
Showing with 3 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.bgcolor("light blue")
pen.write("你好,诺伊",font=("Times",30,"normal"))
pen.write("床前明月光\n疑是地上霜\n举头望明月\n低头思故乡",font=("Times",30,"normal"))
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