Commit e89e554c by BellCodeEditor

auto save

parent 0ea0e7e8
Showing with 4 additions and 4 deletions
# import turtle
# pen=turtle.Pen()
# pen.write("你好\n悟空\n欢迎你来到python编程世界.",font=("Times",20,"normal"))
# turtle.done()
import turtle
pen=turtle.Pen()
pen.write("你好\n悟空\n欢迎你来到python编程世界.",font=("Times",20,"normal"))
turtle.done()
import turtle
pen1=turtle.Pen()
pen1.pensize(5)
......
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