You are given two integers: X and N. You have to calculate X raised to power N and print it.
By Hitech Panda
2 Mins read
Python code to calculate X raised to power N and print it. Explanation: In this example, x=2 and n=3 so the output…