Commit 7fa820a6 by BellCodeEditor

save project

parent a50ceeec
Showing with 24 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
Pen=turtle.Pen()
Pen.pencolor("red")
Pen.penup()
Pen.goto(-100,0)
Pen.write("快乐",font=("Times",10,"normal"))
Pen.hideturtle()
Pen=turtle.Pen()
Pen.pencolor("red")
led=60
Pen.left(45)
Pen.forward(240)
Pen.circle(led*2,180)
Pen.right(90)
Pen.circle(led*2,180)
Pen.forward(240)
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