

InterviewSolution
Saved Bookmarks
1. |
What is the value of x if x = math.sqrt(4)?(a) 2(b) 2.0(c) (2, -2)(d) (2.0, -2.0) |
Answer» The correct option is (b) 2.0 Explanation: The function returns one floating point number. |
|