Q9
What will be the output of the following code:from math import sqrtprint(sqrt(16))
A.
4
B.
An error will occur
C.
16
AnswerD.
256
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board