From 8fbb5cad0e52918065f295de1b7f3b6b014036c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=92=D0=BE=D0=BB=D0=BE?= =?UTF-8?q?=D0=B4=D0=B8=D0=BD?= Date: Sat, 4 Oct 2025 10:35:36 +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=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA3/report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TEMA3/report.md b/TEMA3/report.md index 8cb98ed..b835bf5 100644 --- a/TEMA3/report.md +++ b/TEMA3/report.md @@ -116,7 +116,7 @@ inf >>> flt6=float(True) >>> flt6 1.0 -`` +``` ## Пункт 2.3 @@ -1048,6 +1048,7 @@ dict_items([('key1', 1), ('key2', 'val2'), ('key3', 34.6), ('key4', 'f'), ('key5 dict_keys(['key1', 'key2', 'key3', 'key4', 'key5']) >>> di.values() dict_values([1, 'val2', 34.6, 'f', False]) +``` Пояснение: Возвращаются объекты dict_keys, dict_values, dict_items, и они - объекты-итераторы. Они