From 5378f36d955c4c4f6a3062b3f2cabeb87359771a Mon Sep 17 00:00:00 2001 From: 24_PolujanovVE <24_PolujanovVE@iux.local> Date: Wed, 4 Mar 2026 13:25:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BB=D0=B5=D0=B2=D1=83=D1=8E=20=D0=B1=D1=80=D0=BE=D0=B2=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +++ task1.py | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c9ebf2d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python-envs.defaultEnvManager": "ms-python.python:system" +} \ No newline at end of file diff --git a/task1.py b/task1.py index 508f513..6d4ec8b 100644 --- a/task1.py +++ b/task1.py @@ -18,7 +18,12 @@ circle(screen, (0, 0, 0), (500 + dx, y), 10) circle(screen, (255, 255, 255), (500 - dx, y), a, 2) circle(screen, (255, 255, 255), (500 + dx, y), a, 2) -polygon(screen, (0, 0, 255), [(100, 120), (120, 140), (140, 120), (120, 100)]) +polygon(screen, (0, 0, 0), [(400, 550), (400, 570), (600, 570), (600, 550)]) + +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)])