Función de módulo matemático exp () en Python
>>> import math
>>> math.exp(3)
20.085536923187668
Outrageous Ostrich
>>> import math
>>> math.exp(3)
20.085536923187668