Commit 042b563e by BellCodeEditor

auto save

parent 9fe47541
Showing with 12 additions and 6 deletions
...@@ -4,7 +4,7 @@ pen.penup() ...@@ -4,7 +4,7 @@ pen.penup()
pen.goto(177,112) pen.goto(177,112)
pen.pencolor("lightgray") pen.pencolor("lightgray")
pen.pensize(3) pen.pensize(3)
pen.fillcolor("black") pen.fillcolor("white")
pen.begin_fill() pen.begin_fill()
pen.pendown() pen.pendown()
pen.setheading(80) pen.setheading(80)
...@@ -18,20 +18,25 @@ pen.pensize(1) ...@@ -18,20 +18,25 @@ pen.pensize(1)
pen.fillcolor("black") pen.fillcolor("black")
pen.begin_fill() pen.begin_fill()
pen.setheading(95) pen.setheading(95)
pen.pendown()
pen.circle(-37,160) pen.circle(-37,160)
pen.circle(-20,50) pen.circle(-20,50)
pen.circle(-200,30) pen.circle(-200,30)
pen.pendown()
pen.end_fill() pen.end_fill()
pen.penup() pen.penup()
pen.goto(-73,230) pen.goto(-73,230)
pen.pencolor("lightgray") pen.pencolor("lightgray")
pen.pensize(1) pen.pensize(1)
pen.fillcolor("black") pen.fillcolor("white")
pen.begin_fill() pen.begin_fill()
pen.pendown()
pen.setheading(20)
pen.circle(-250,35)
pen.setheading(50)
pen.circle(-42,180)
pen.setheading(-50)
pen.circle(-190,30)
pen.circle(-320,45)
pen.hideturtle() pen.hideturtle()
turtle.done() 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