What will be the output of this python code 
import math 
def fun (a,b):
b= math.pow(a,b)
print(b)
Fun(4,2)

Posted on by