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)