Computer Science, asked by knownteachers, 1 day ago

Write the values in the variable ‘result’, when we import math module. result = math.sqrt(81)​

Answers

Answered by nomtogaming
1

The value of result= Math.sqrt(81) is 9.0

Similar questions