Commit 5b32e883 by BellCodeEditor

auto save

parent bc38d385
Showing with 15 additions and 0 deletions
import turtle
screen=turtle.Screen()
pen=turtle.Pen()
screen.bgcolor("light blue")
pen.penup()
pen.goto(100,100)
pen.write("生日快乐",font=("gjfjghjg",50,"normal"))
turtle.done()
\ No newline at end of file
import turtle
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
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