Q112
Which of the following is the same as math.exp(p)?
A.
e ** p
B.
math.e ** p
AnswerC.
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