From 63d57fa30ad2e687b28470651a8b813beafe660e Mon Sep 17 00:00:00 2001 From: OgarkovIA Date: Sun, 7 Sep 2025 11:16:40 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'TEMA2/report.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA2/report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEMA2/report.md b/TEMA2/report.md index 3a18b39..18f1c69 100644 --- a/TEMA2/report.md +++ b/TEMA2/report.md @@ -102,7 +102,7 @@ print(mnogo) имеющее более сложный тип из тех, которые участвуют в операции. ``` -#7.4 +## 7.4 ```python ss1[0] 'Э' @@ -184,7 +184,7 @@ tuple_object ((1, 2, 3), ('ssadd', 'dada', 'fff'), True, 0.456) ``` -##8.3 +## 8.3 ```python dic1={'Saratov':145, 'Orel':56, 'Vologda':45} dic1['Orel']