from math import sqrt
x = float(input("x: "))
a = float(input("a: "))
b = float(input("b: "))
c = float(input("c: "))
Y = sqrt(x**3 + a*x**2 + b*x + c)
print(Y)
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
from math import sqrt
x = float(input("x: "))
a = float(input("a: "))
b = float(input("b: "))
c = float(input("c: "))
Y = sqrt(x**3 + a*x**2 + b*x + c)
print(Y)
найбільшу кількість прогалин, розташованих підряд"(python)