From c587f352c1dd943c0896e03eda9f46406cc78b13 Mon Sep 17 00:00:00 2001 From: chenjinjia Date: Sat, 13 Jul 2024 15:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E6=8B=89A=E6=A2=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2024-712-1.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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