Commit 9fe47541 by BellCodeEditor

save project

parent 464f4d6a
Showing with 7 additions and 2 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("white") pen.fillcolor("black")
pen.begin_fill() pen.begin_fill()
pen.pendown() pen.pendown()
pen.setheading(80) pen.setheading(80)
...@@ -23,7 +23,12 @@ pen.circle(-20,50) ...@@ -23,7 +23,12 @@ pen.circle(-20,50)
pen.circle(-200,30) pen.circle(-200,30)
pen.pendown() pen.pendown()
pen.end_fill() pen.end_fill()
pen.penup()
pen.goto(-73,230)
pen.pencolor("lightgray")
pen.pensize(1)
pen.fillcolor("black")
pen.begin_fill()
......
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