Commit b9c7c3b7 by BellCodeEditor

auto save

parent 6f6b959e
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("QQ",font=("Times",50,"normal"))
pen.write("你好呀!",font=("Times",50,"normal"))
pen.hideturtle()
screen=turtle.Screen()
screen.bgcolor("pink")
......
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