Files
python-labs/TEMA8/Mod2.py
2025-12-08 10:02:26 +03:00

11 строки
168 B
Python

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