Commit 24f95930 by BellCodeEditor

auto save

parent 396f205a
Showing with 2 additions and 2 deletions
...@@ -3,8 +3,8 @@ screen=turtle.Screen() ...@@ -3,8 +3,8 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(200,-100) pen.goto(100,-100)
pen.write("新年快乐,\n祝你在新的一年里,\n天天向上,学业有成",font=40) pen.write("新年快乐,\n祝你在新的一年里,\n天天向上,学业有成",font=("Times",20,"normal"))
pen.heading() pen.heading()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("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