Vidyalelo
Python · Q112

Module in Python

Programming · Python · question 112

Q112

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

A.
e ** p
B.
math.e ** p
Answer
C.
p ** e
D.
p ** math.e

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board