Compare commits

..

No commits in common. "53c0db42b8af744173f2c2417e66b1fbbade4823" and "d422ef0c31ec8fca9aa9ac611010515ad40eb63b" have entirely different histories.

1 changed files with 2 additions and 9 deletions

View File

@ -235,7 +235,7 @@ t.end_fill()
t.color('black','white')
t.penup()
t.goto(-140,-140)
t.goto(-140,-120)
t.pendown()
t.begin_fill()
t.setheading(90)
@ -244,18 +244,11 @@ t.end_fill()
t.color('black','white')
t.penup()
t.goto(200,-140)
t.goto(200,-130)
t.pendown()
t.begin_fill()
t.circle(30)
t.end_fill()
t.penup()
t.goto(-50,-100)
t.pendown()
t.setheading(-90)
t.circle(50,180)
t.goto(-50,-100)
t.hideturtle()
turtle.done()