def alpha(): print('****ALPHA****') t=input('Значение t=') return t def beta(q): import math expi = int(alpha())*math.pi return math.exp(expi)