Computer Science, asked by lolhgugc, 17 days ago

Write the values stored in the variable ‘result’, when we import math module 2 (i) result = math.sqrt(81) (ii) result = math.pow(4,3)​

Answers

Answered by pranavmundhra37
1

Answer:

result will be 9 in case 1 and 64 in case 2

Similar questions