From 35a234771ae9070da35655ed49182ab37cee4884 Mon Sep 17 00:00:00 2001 From: EfremovSI Date: Sun, 14 Dec 2025 13:46:26 +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'TEMA8/report.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA8/report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEMA8/report.md b/TEMA8/report.md index 7b75524..2e3bb0e 100644 --- a/TEMA8/report.md +++ b/TEMA8/report.md @@ -313,7 +313,7 @@ from Mod2 import beta qq=beta(float(tt)) print('qq=',qq) print(t, expi) -``` + Mod1:Введите значение = 10 Mod1:Значение perm1= 10 perm1= 10 @@ -327,7 +327,7 @@ Traceback (most recent call last): File "C:\Program Files (x86)\учёха 3 курс\pythonsky\Mod0.py", line 10, in print(t, expi) NameError: name 't' is not defined. Did you mean: 'tt'? - +``` ## 3.3.3 Изучение области действия обьектов в модулях (пример 3)