Commit 8166b82e by BellCodeEditor

save project

parent 62f3b5a3
Showing with 3 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
pen=turtle.Pen()
pen.pensize(5)
pen.penup()
pen.goto(-100,-100)
pen.write("Hi!\n我是雷梓琳,\n很开心能认识你!",font=("times",30,"normal"))
......
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