Commit da785a90 by BellCodeEditor

save project

parent 77ff3c7f
Showing with 2 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.penup()
l=100
l=130
pen.goto(0,0.5*l)
pen.pendown()
pen.write("好好学习天天向上",alone="center",font=("Times",13,"normal"))
pen.write("好好学习\n天天向上",align="center",font=("Times",13,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.color("red")
......
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