Files
python-labs/TEMA8/Mod2.py
2025-12-14 18:22:42 +03:00

12 строки
195 B
Python

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