From 8727a299f62ef6e69e85daa17255234024da1ccf Mon Sep 17 00:00:00 2001 From: 24_PolujanovVE <24_PolujanovVE@iux.local> Date: Wed, 4 Mar 2026 14:14:35 +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=B4=D0=BE=D0=BC=20=D1=81=20=D0=BA=D1=80=D1=8B=D1=88=D0=B5?= =?UTF-8?q?=D0=B9=20=D0=B8=20=D1=82=D1=80=D1=83=D0=B1=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task2.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/task2.py b/task2.py index 00ab016..ce5c279 100644 --- a/task2.py +++ b/task2.py @@ -19,6 +19,15 @@ ellipse(screen, (60, 60, 60), (450, 60, 570, 75)) ellipse(screen, (50, 50, 50), (600, 160, 570, 60)) +rect(screen, (40, 30, 20), (30, 250, 550, 500)) +rect(screen, (30, 30, 30), (390, 150, 20, 75)) +polygon(screen, (20, 20, 20), [(0, 250), (60, 200), (550, 200), (610, 250)]) +rect(screen, (30, 30, 30), (120, 150, 20, 75)) +rect(screen, (30, 30, 30), (450, 150, 20, 75)) +rect(screen, (30, 30, 30), (150, 100, 40, 125)) + + + pygame.display.update() clock = pygame.time.Clock() finished = False