Vidyalelo
Python · Q70

Module in Python

Programming · Python · question 70

Q70

What is returned by int(math.pow(3, 2))?

A.
6
B.
9
Answer
C.
error, third argument required
D.
error, too many arguments

Answer: Option B

Solution

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