Commit 165e7303 by BellCodeEditor

save project

parent 1ef38dda
Showing with 4 additions and 4 deletions
import turtle
# pen=turtle.Pen()
# pen.write("静夜思\n床前明月光,\n疑是地上霜。\n举头望明月,\n低头思故乡。",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
pen=turtle.Pen()
pen.write("静夜思\n床前明月光,\n疑是地上霜。\n举头望明月,\n低头思故乡。",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
pen1=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
......
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