Return 'E' raised to the power of different numbers: #Import math Library import math #find the exponential of the specified value print(math.exp(65))
確定! 回上一頁