Commit 5f453d3b by BellCodeEditor

save project

parent 120992b2
Showing with 5 additions and 0 deletions
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.write("你好,\n2b",font=("Times",100,"normal")) p.write("你好,\n2b",font=("Times",100,"normal"))
turtle.done()
import turtle
p=turtle.Pen()
p.write("你好,\n2b",font=("Times",100,"normal"))
turtle.done() 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