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

Related questions

0 votes
asked Jan 19, 2021 in Python by SakshiSharma
+1 vote
asked Jan 19, 2021 in Python by SakshiSharma
...