fork download
  1. import math
  2.  
  3. x=0
  4. y=0
  5. u=1
  6.  
  7. k=math.exp(-x)+4*u-4*y
  8. print (k)
Success #stdin #stdout 0.04s 63392KB
stdin
Standard input is empty
stdout
5.0