#Модуль Mod0 import math import Mod1 print('perm1=',Mod1.perm1) from Mod2 import alpha as al tt=al() print('tt=',tt) from Mod2 import beta qq=beta(float(tt)) print('qq=',qq) print("t = ", tt) print("expi = ", math.log(qq)) print('3 * perm1=',3*int(Mod1.perm1))