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