From 9dbecb6823cec1f7188902a1195f18327a6d47a2 Mon Sep 17 00:00:00 2001 From: EfremovSI Date: Sun, 16 Nov 2025 13:24:18 +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'TEMA6/task.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA6/task.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/TEMA6/task.md b/TEMA6/task.md index 7ef30a0..56f2bf3 100644 --- a/TEMA6/task.md +++ b/TEMA6/task.md @@ -61,18 +61,4 @@ for i in range(0, len(obj_5_1), 5): group = list(obj_5_1[i:i+5]) groups.append(group) print(f" Группа {len(groups)}: {group}") - - - ``` - -name=input("Фамилия: ") -Фамилия: Ефремов -if name in studentus1 and name in studentus2: - leto_ocenka = sessija_leto[studentus1.index(name)] - zima_ocenka =sessija_zima[studentus2.index(name)] - print("Студент:", name, ". Летняя:", leto_ocenka, ", Зимняя:", zima_ocenka) -else: - print("Студент", name, "не найден.") - -Студент Ефремов не найден. -``` \ No newline at end of file +```