Commit b3ce19a2 by BellCodeEditor

save project

parent 654bc3ba
Showing with 26 additions and 0 deletions
import turtle
a=turtle.Screen()
a.bgcolor("light blue")
f=turtle.Pen()
f.penup()
f.goto(100,-100)
f.write("儿童节快乐!",font=("Times",30,"normal"))
f.hideturtle()
j=turtle.Pen()
j.pencolor("red")
j.pensize(5)
j.left(45)
j.forward(100)
j.circle(50,180)
j.right(90)
j.circle(50,180)
j.forward(100)
j.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