fork download
  1. import numpy
  2.  
  3. x = numpy.array([1, 2, 3])
  4.  
  5. print(numpy.exp(x))
Success #stdin #stdout 0.16s 28272KB
stdin
Standard input is empty
stdout
[ 2.71828183  7.3890561  20.08553692]