diff --git a/2024-712-1.py b/2024-712-1.py index 5416804..a139c93 100644 --- a/2024-712-1.py +++ b/2024-712-1.py @@ -235,7 +235,7 @@ t.end_fill() t.color('black','white') t.penup() -t.goto(-140,-120) +t.goto(-140,-140) t.pendown() t.begin_fill() t.setheading(90) @@ -244,11 +244,19 @@ t.end_fill() t.color('black','white') t.penup() -t.goto(200,-130) +t.goto(200,-140) 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() \ No newline at end of file