Run
import math x = 2 result = math.exp(x) print('exp(x) :', result)
Output