Q. Study the following function:
import math
abs(math.sqrt(36))
What will be the output of this code?
import math
abs(math.sqrt(36))
What will be the output of this code?
β
Correct Answer: (D)
6.0