What Does Mathsqrtx Y Do #833
What does math.sqrt(X, Y) do?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Math - Quiz No.3.
What does math.sqrt(X, Y) do?
calculate the Xth root of Y
calculate the Yth root of X
error
return a tuple with the square root of X and Y