Commit e13d1b64 by BellCodeEditor

auto save

parent a0f83883
Showing with 4 additions and 3 deletions
......@@ -2,8 +2,8 @@ import turtle
screen=turtle.Screen()
Screen.bgcolor("light biue")
pen=turtle.Pen
Pen.penup
Pen.goto(-100,0)
pen.penup
pen.goto(-100,0)
Pen.write("祝你生日快乐!",font=("Times",30,"normal"))
Pen.hideturtle()
pen.hideturtle()
turtle.done()
\ No newline at end of file
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