Python "reduce()" function
I was solving a question on Codewars and it was something like this -
You will be given a number and you have to reduce it to a single digit by multiplying its digit and return the number of steps in doing that. Check the question here..
Here is my ...
akh1l.hashnode.dev1 min read