Commit cc7830d9 by BellCodeEditor

save project

parent fd07f4d1
Showing with 2 additions and 2 deletions
......@@ -3,8 +3,8 @@ screen=turtle.Screen()
screen.bgcolor("pink")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("python真有趣!\n我也很喜欢!\n谢谢啦~\n")
pen.goto(100,-300)
pen.write("python真有趣!\n我也很喜欢!\n谢谢啦~\n",font=("Times",25,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
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