write the output of math.pow(3,4)
Answers
Answered by
1
Explanation:
What is output of print(math. pow(3, 2))? Explanation: math. pow() returns a floating point number.
Similar questions