From efb6dd22e9d9cfb103643286f2a6dd86b56037e6 Mon Sep 17 00:00:00 2001 From: BaranovEK Date: Fri, 26 Sep 2025 09:38:37 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TEMA2/report.md b/TEMA2/report.md index 1754c89..a3de8d7 100644 --- a/TEMA2/report.md +++ b/TEMA2/report.md @@ -516,6 +516,7 @@ mnoz1 {('тигр', 1, 3), 'лев', '1', 'черный'} ``` ## Контрольное задание +```py familia = 'Baranov' bukva = familia[0] import keyword @@ -536,4 +537,5 @@ value = [familia, sp_kw, kort_nam] dict_bas = dict(zip(key, value)) print(dict_bas) {'str': 'Баранов', 'list': ['False', 'None', 'True', 'and', 'as', 'assert', 'async', 'await', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield'], 'tuple': ('Emil', 'Shma', 'Egor', 'Butka'git)} +```