Vidyalelo
Python · Q118

Module in Python

Programming · Python · question 118

Q118

What does math.sqrt(X, Y) do?

A.
calculate the Xth root of Y
B.
calculate the Yth root of X
C.
error
Answer
D.
return a tuple with the square root of X and Y

Answer: Option C

Solution

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