Commit 45374134 by BellCodeEditor

save project

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