Commit 96ab6375 by BellCodeEditor

save project

parent 19de6943
Showing with 4 additions and 1 deletions
import turtle
pen=turtle.Pen()
pen.write("诺依,\n你好,\n我很高兴认识你!",font=("Times",30,"normal"))
pen.pencolor("blue")
pen.penup()
pen.goto(90,-100)
pen.write("诺依,\n你好,\n我很高兴认识你!",font=("Times",20,"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