Commit 28ea16d2 by BellCodeEditor

save project

parent 36264193
Showing with 2 additions and 0 deletions
......@@ -3,6 +3,8 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("谢谢",font=("Times",18,"mormal"))
pen.hideturtle()
turtle.done()
......
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