Commit 1037555e by BellCodeEditor

save project

parent 923df33b
Showing with 1 additions and 1 deletions
import turtle
screen=turtle.Screen()
pen=turtle.Pen()
pen.write("诺依,turtle真好用,我也会在画布上写字了!",font=("仿宋",30,"normal"))
pen.write("诺依,\nturtle真好用,\n我也会在画布上写字了!",font=("仿宋",30,"normal"))
pen.hideturtle()
turtle.done()
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