Commit c6603ad2 by BellCodeEditor

auto save

parent 4a96e56b
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ screen.bgcolor("light blue") ...@@ -6,7 +6,7 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-50) pen.goto(100,-50)
pen.write("你好,\n一路顺风",font=("times",30,"normal")) pen.write("你好,\n祝你一路顺风",font=("times",30,"normal"))
pen.hideturtle() pen.hideturtle()
#画爱心 #画爱心
pen1=turtle.Pen() 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