from math import exp print(exp(-1))print(1 / exp(1))
Standard input is empty
0.36787944117144233 0.36787944117144233
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!