Examveda
Examveda

What will be the output of the following code:
from math import sqrt
print(sqrt(16))

A. 4

B. An error will occur

C. 16

D. 256

Answer: Option C


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python