0 votes
in Python by

Read the Following function:

import math  

abs(math.sqrt(36))  

What will be the output of this code?

i) Error

ii) -6

iii) 6

iv) 6.0

...