Files
python-labs/TEMA8/Mod2.py
FilippovDY (FilippovDY) 9efcce60ca Tema8/report.md
2025-11-23 22:55:59 +03:00

10 строки
163 B
Python

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