From 070885dd85376631f8177695546ac65c087fe633 Mon Sep 17 00:00:00 2001 From: 24_PolujanovVE <24_PolujanovVE@iux.local> Date: Wed, 4 Mar 2026 13:28:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D1=83=D1=8E=20=D0=B1=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D1=8C,=20=D0=B7=D0=B0=D0=B2=D0=B5=D1=80=D1=88=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B2=D0=BE=D0=B5=20=D0=B7=D0=B0=D0=B4=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/task1.py b/task1.py index 6d4ec8b..f9632d6 100644 --- a/task1.py +++ b/task1.py @@ -19,11 +19,13 @@ circle(screen, (255, 255, 255), (500 - dx, y), a, 2) circle(screen, (255, 255, 255), (500 + dx, y), a, 2) polygon(screen, (0, 0, 0), [(400, 550), (400, 570), (600, 570), (600, 550)]) +polygon(screen, (255, 255, 255), [(400, 550), (400, 570), (600, 570), (600, 550)], 2) polygon(screen, (0, 0, 0), [(400, 380), (400, 400), (470, 450), (470, 430)]) polygon(screen, (255, 255, 255), [(400, 380), (400, 400), (470, 450), (470, 430)], 2) -polygon(screen, (0, 0, 0), [(400, 550), (400, 570), (600, 570), (600, 550)]) +polygon(screen, (0, 0, 0), [(600, 380), (600, 400), (530, 450), (530, 430)]) +polygon(screen, (255, 255, 255), [(600, 380), (600, 400), (530, 450), (530, 430)], 2)