Files
python-labs/TEMA8/Mod2.py
2026-03-01 19:45:06 +03:00

10 строки
165 B
Python

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