Commit 2d676093 by BellCodeEditor

save project

parent 654bc3ba
Showing with 17 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen=bgcolor("light blue")
a=turtle.Pen()
# a.write("xhxjxj1",font=("Times",20,"normal"))
# a.hideturtle()
a.color("red")
a.pensize(20)
a.begin_fill()
a.left(45)
a.fd(100)
a.circle(50,180)
a.rt(90)
a.circle(50,180)
a.fd(100)
a.end_fill()
turtle.done()
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