fork(1) download
  1. from math import exp
  2.  
  3. print(exp(-1))
  4. print(1 / exp(1))
Success #stdin #stdout 0.02s 9984KB
stdin
Standard input is empty
stdout
0.36787944117144233
0.36787944117144233