Commit 378fc68e by BellCodeEditor

save project

parent 85ff24b0
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ screen=turtle.Screen()
screen.bgcolor("blue")
pen=turtle.Pen()
pen.penup()
pen.goto(0,-120)
pen.goto(0,-150)
pen.write("人之初,\n性本善,\n不写作业是好汉",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
......
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