fork download
  1. #Домашня робота
  2. #0JPQsNCy0YDQuNC70Y7QuiDQkNC90LTRgNGW0Lk=
  3. x = float(input('Введіть значення х: '))
  4. y = 2*x**2-5*x+2
  5. print(f"y={y}")
Success #stdin #stdout 0.11s 14164KB
stdin
2
stdout
Введіть значення х: y=0.0