Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Write a python program which asks the user for two numbers and calculates the first number raised to the second number. Sample program output: Please...
Write a python program which asks the user for two numbers and calculates the first number raised to the second number.
Sample program output:
Please enter number 1: 2
Please enter number 2: 5
2 ** 5 is 32
Note: Do not use the ** operator or the pow() function use loops and multiplication to calculate the answer
Python 3.4.3 Shell File Edit Shell Debug Options Window Help I Python 3.4.3 [v3.4.3:‘3b?3f1c3efi01, Feb 24 2015, 22:44:40] [M50 v.1500 64 bit [AMDMI] on win32 LlType "oopyrright",...