fork(1) download
  1. #This is my PYTHON PROGRAM
  2. import math;
  3. x = -12.650
  4. y = -2.255
  5. u = 3.205
  6.  
  7. # Calculate Q according to the formula
  8. Q = u**((x+y)/2) - math.pow(abs(x-1)/(abs(y)+1), 1/3)
Success #stdin #stdout 0.04s 63512KB
stdin
Standard input is empty
stdout
Standard output is empty