What is the value of x, if x = math.sqrt(25.0) ?
5.0
Reason — The math.sqrt() function returns the square root of a number. For math.sqrt(25.0), the result is 5.0, which is the positive square root of 25.0.
math.sqrt()
math.sqrt(25.0)