Compare commits
2 Commits
d422ef0c31
...
53c0db42b8
Author | SHA1 | Date |
---|---|---|
|
53c0db42b8 | |
|
c587f352c1 |
|
@ -235,7 +235,7 @@ t.end_fill()
|
||||||
|
|
||||||
t.color('black','white')
|
t.color('black','white')
|
||||||
t.penup()
|
t.penup()
|
||||||
t.goto(-140,-120)
|
t.goto(-140,-140)
|
||||||
t.pendown()
|
t.pendown()
|
||||||
t.begin_fill()
|
t.begin_fill()
|
||||||
t.setheading(90)
|
t.setheading(90)
|
||||||
|
@ -244,11 +244,18 @@ t.end_fill()
|
||||||
|
|
||||||
t.color('black','white')
|
t.color('black','white')
|
||||||
t.penup()
|
t.penup()
|
||||||
t.goto(200,-130)
|
t.goto(200,-140)
|
||||||
t.pendown()
|
t.pendown()
|
||||||
t.begin_fill()
|
t.begin_fill()
|
||||||
t.circle(30)
|
t.circle(30)
|
||||||
t.end_fill()
|
t.end_fill()
|
||||||
|
|
||||||
|
t.penup()
|
||||||
|
t.goto(-50,-100)
|
||||||
|
t.pendown()
|
||||||
|
t.setheading(-90)
|
||||||
|
t.circle(50,180)
|
||||||
|
t.goto(-50,-100)
|
||||||
|
|
||||||
t.hideturtle()
|
t.hideturtle()
|
||||||
turtle.done()
|
turtle.done()
|
Loading…
Reference in New Issue