From 0fd994569f9680e479c1a4580d0184903b912d15 Mon Sep 17 00:00:00 2001 From: BerezhkovDA Date: Fri, 19 Dec 2025 08:04:30 +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'TEMA9/test1.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA9/test1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TEMA9/test1.md b/TEMA9/test1.md index cd24205..3da6545 100644 --- a/TEMA9/test1.md +++ b/TEMA9/test1.md @@ -30,6 +30,8 @@ M3_7 - Т1=25, Т2=30, М=8. ## Решение: + +Модуль М1: ```py import random def func1(T1, T2, M): @@ -53,6 +55,7 @@ def func2(CC, KK): HH.append(cl) return HH ``` +Модуль М2: ```py import M1 import random @@ -82,6 +85,7 @@ def main(): print("Список НН:", HH) return KK, CC, HH ``` +Модуль М3: ```py import M2 import pickle