Commit 4e20cdd7 by BellCodeEditor

save project

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