Examveda

Which of the following is the same as math.exp(p)?

A. e ** p

B. math.e ** p

C. p ** e

D. p ** math.e

Answer: Option B


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python