From e65664ef64e5428da7706fcca8caaf32b6e89a76 Mon Sep 17 00:00:00 2001 From: Dmitry Kolomeytsev Date: Mon, 6 Oct 2025 10:44:01 +0300 Subject: [PATCH] minor change --- TEMA3/test.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TEMA3/test.md b/TEMA3/test.md index 6c33951..d2aad4a 100644 --- a/TEMA3/test.md +++ b/TEMA3/test.md @@ -66,8 +66,10 @@ average_grade Напишите инструкцию, позволяющую создать словарь, объединяющий эти два списка. ```py +disciplines = ["Math", "English", "Economics", "Philosophy"] disciplines ['Math', 'English', 'Economics', 'Philosophy'] + hours = [8, 4, 6, 2] hours [8, 4, 6, 2]