Vidyalelo
Python · Q181

Module in Python

Programming · Python · question 181

Q181

What is the value of x if x = math.sqrt(4)?

A.
2
B.
2.0
Answer
C.
(2, -2)
D.
(2.0, -2.0)

Answer: Option B

Solution

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