Vidyalelo
Python · Q9

Module in Python

Programming · Python · question 9

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
Answer
D.
256

Answer: Option C

Solution

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