y=int(input("y: "))
a=4*(y-3)**2
b=6*(y+5)**2-2
x=a+b
print(x)
Объяснение:
hello it is cod of this task.
y=int(input("y: "))
a=4*(y-3)**2
b=6*(y+5)**2-2
x=a+b
print(x)
Объяснение:
hello it is cod of this task.