Writing a recursive function called pow(base, power) that takes in two numbers. First number is a base and the second number is a power.

Need help with Python..

Writing a recursive function called pow(base, power) that takes in two numbers. First number is a base and the second number is a power. The function will return the number raised to the power. Thus, if the number is 2 and the power is 4, the function will return 16. (80 points). 2. Writing a main() function that asks for a number and a power. Then calls the recursive function created in step 1 (15 points). 3. Include a header at the top of the code with the following information (5 points): # Name of programmer: your name goes here # Date: date program was written # Description: a description of what the program does. 

"Get 15% discount on your first 3 orders with us"
Use the following coupon
FIRST15

Order Now