From 178987635ac5d97dcf1258b6a3a65bc7643aa7c7 Mon Sep 17 00:00:00 2001 From: KuzmenkoEA Date: Sun, 14 Sep 2025 19:59:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=82=D0=BE=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA2/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMA2/report.md b/TEMA2/report.md index eb27667..0891b6f 100644 --- a/TEMA2/report.md +++ b/TEMA2/report.md @@ -440,7 +440,7 @@ TypeError: 'tuple' object does not support item assignment (16, 'boo', [1, 2, 'aa'], (2, 'bb', 2)) ``` -## 8.3.Объект словарь +## 8.3.Объект-словарь ```py >>> dic1={'Saratov':145,'Orel':56,'Vologda':45};dic1