Commit 76160762 by BellCodeEditor

save project

parent 3b24e4df
Showing with 11 additions and 5 deletions
import turtle
import turtle
import turtle
# pen=turtle.Pen()
# turtle.write("",font=("Times",50,"bold"))
# pen.hideturtle()
# turtle.done()
pen=turtle.Pen()
pen.goto(100,-100)
turtle.write("生日快乐",font=("Times",50,"bold"))
pen.hideturtle()
screen=turtle.Screen()
screen.bgcolor("red")
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("green")
pen1.fillcolor("green")
pen1.begin_fill()
......
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