Posts by Matador DoMal • 1 point
1 post
-
-1
votes1
answer118
viewsQ: Given any number, elaborate a function that performs the sum of its digits using recursive python
Given any number, prepare a function that performs the sum of its digits using of recursion. So, for example, if the number 1435 is passed as parameter, the function developed should return the…
pythonasked Matador DoMal 1