@ -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:
import M1
@ -82,6 +85,7 @@ def main():
print("Список НН:", HH)
return KK, CC, HH
Модуль М3:
import M2
import pickle