Commit 95dd6879 by BellCodeEditor

auto save

parent 7723c1f2
Showing with 70 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(177,112)
pen.pencolor("lightgray")
pen.pensize(3)
pen.fillcolor("white")
pen.begin_fill()
pen.pendown()
pen.setheading(80)
pen.circle(-45,200)
pen.circle(-300,23)
pen.end_fill()
pen.penup()
pen.goto(182,98)
pen.pencolor("black")
pen.pensize(1)
pen.fillcolor("black")
pen.begin_fill()
pen.setheading(95)
pen.penup()
pen.circle(-37,160)
pen.circle(-20,50)
pen.circle(-200,30)
pen.end_fill()
pen.penup()
pen.goto(-73,230)
pen.pencolor("lightgray")
pen.pensize(1)
pen.fillcolor("white")
pen.begin_fill()
pen.pendown()
pen.setheading(20)
pen.circle(-250,35)
pen.setheading(-50)
pen.circle(-190,30)
pen.circle(-320,45)
pen.circle(-190,30)
pen.circle(200,12)
pen.circle(-18,85)
pen.circle(-180,23)
pen.circle(20,110)
pen.circle(15,115)
pen.circle(100,12)
pen.circle(15,120)
pen.circle(-15,110)
pen.circle(-150,30)
pen.circle(-15,70)
pen.circle(200,36)
pen.circle(-150,20)
pen.setheading(-120)
pen.circle(50,30)
pen.circle(-35,200)
pen.circle(-300,23)
turtle.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