Let's create an anonymous function, that is engaged in raising a number to a power. A function will depend on two variables: the base and the exponent. Both numbers are int. A function returns a result of the expression: baseexponent.
By the input, you will get two numbers. You need to output a number — the return of an anonymous function.