Files
python-labs/TEMA8/Mod2.py
2025-12-03 15:52:03 +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)