-3
I’m having trouble solving a problem in Python using recursive form:
Make a recursive function that gets the rest of the split between two positive integers. Example: rest(33,5) = 3
Can you please help me? I only know how to solve the statement in question, in the traditional way
Thanks in advance!
Could edit the question and put a [mcve] showing your attempt to solve the problem.
– Augusto Vasques