1.

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

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


Discussion

No Comment Found