Commit 197ddf67 by BellCodeEditor

auto save

parent f6224438
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ import turtle ...@@ -3,7 +3,7 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("妈妈,\n你辛苦了,\n我永远爱你!",font=("Times",13,"normal")) pen.write("妈妈,\n你辛苦了,\n我永远爱你!\n————万致逸",font=("Times",13,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
......
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