From 7aea4700a49aaeeafe87aa6970bf340cc8f22552 Mon Sep 17 00:00:00 2001 From: 24_PolujanovVE <24_PolujanovVE@iux.local> Date: Wed, 4 Mar 2026 14:25:59 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=BE?= =?UTF-8?q?=D0=BA=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task2.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/task2.py b/task2.py index ce5c279..b88a5a2 100644 --- a/task2.py +++ b/task2.py @@ -27,6 +27,16 @@ rect(screen, (30, 30, 30), (450, 150, 20, 75)) rect(screen, (30, 30, 30), (150, 100, 40, 125)) +rect(screen, (60, 50, 50), (70, 250, 75, 200)) +rect(screen, (60, 50, 50), (200, 250, 75, 200)) +rect(screen, (60, 50, 50), (330, 250, 75, 200)) +rect(screen, (60, 50, 50), (470, 250, 75, 200)) + + +rect(screen, (60, 30, 30), (100, 600, 100, 75)) +rect(screen, (60, 30, 30), (250, 600, 100, 75)) +rect(screen, (200, 200, 30), (400, 600, 100, 75)) + pygame.display.update() clock = pygame.time.Clock()