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)
Not registered? Create an account
Forgot Password?
Already a registered user? Login