Commit dd497223 by BellCodeEditor

save project

parent dffe5a40
Showing with 5 additions and 4 deletions
import turtle
# pen=turtle.Pen()
# pen.write("骄傲使人退步。\n书籍是人类进步的阶梯。",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("骄傲使人退步。\n书籍是人类进步的阶梯。",font=("Times",15,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(30)
pen1.pencolor("green")
......
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