Question: solve in python Given two numbers ' a ' and ' b ', write a recursive function to check if ' b ' is a
solve in python
Given two numbers ' a ' and ' b ', write a recursive function to check if ' b ' is a power of ' a '. It is given that a and b are both non-negative. Input Format The first and the only line contains two space separated integers, a and b. Constraints 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
