From 9367d5312990fea47ba172a165763f230c39b0c2 Mon Sep 17 00:00:00 2001 From: Alex <-> Date: Tue, 9 Sep 2025 14:34:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA2/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMA2/test.md b/TEMA2/test.md index 78960c8..ef9e601 100644 --- a/TEMA2/test.md +++ b/TEMA2/test.md @@ -13,7 +13,7 @@ kort = (spis1, spis2) print(kort) print(kort[0][3], ' = ', kort[1][3]) ``` -результат выполнения: +Результат выполнения: ```py (['Ivanov', 'Petrov', 'Sidorov', 'Kochetkov'], [111, 112, 113, 114, 115]) Kochetkov = 114