Question: I am trying to make an exponent function with inputs to use as the numbers, however, I can't seem to get the inputs linked with
I am trying to make an exponent function with inputs to use as the numbers, however, I can't seem to get the inputs linked with the function correctly. What am I doing wrong?

Hello World Itello World py HelloWorld file Edit View Navigate Code Betector Run Tools vcs Window Help Hello World HelloWorld.py Hello world base_nun - float(input("Enter base number: ")) pow_num = float(input("Enter power number: ')) det raise_to_power(base_nus, pow_num): result - 1 for index in range (pon_num) result - result * base nun return result 11 12 print (raise to power) Run Helo world C:\Usersbs alr\Pychar Projects HelloWorld\venv\scripts/python.exe C:/Users/bsalm/PycharuProjects/HelloWorld/HelloWorld.py Enter base number: Enter power number:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
