fork download
  1. x=int(input("ВВедіть число x"))
  2. def y(x):
  3. return 2*x**2-5*x+2;
  4. print(" y=",y(x))
  5. # 0KjQtdGA0YjQtdC90Yw=
  6. # задача 2 simpletasks1
Success #stdin #stdout 0.13s 14084KB
stdin
5
stdout
ВВедіть число x y= 27