Commit d09f12d0 by BellCodeEditor

save project

parent 6b954c38
Showing with 4 additions and 0 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen.write("生日快乐,王博宇!",font=("Times",20,"normal"))
pen.goto(100,-100)
pen.pencolor("red") pen.pencolor("red")
pen.pensize(6) pen.pensize(6)
pen.left(45) pen.left(45)
......
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