Помогите написать программу линейного вычислительного процесса в Python
# Calculate y for A = -10**3, D = 10 import math a = -10 ** 3 d = 10 y = math.sqrt((a * math.log(d))/(2 - math.pi + math.log(d) * math.cos(math.log(d) - 31 * 10 ** -3))) print(f'y = {y}')