Determine the value returned by the function.
def exp(x, y): result = x ** y return result
Experiment with this code on Gitpod.io
⬅ Back