Commit e13d1b64 by BellCodeEditor

auto save

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