Posts by Fernanda • 1 point
1 post
-
-1
votes0
answers18
viewsQ: Hello! I need to do two functions: one returning the number of digits of a non-negative integer and the other reversing the number
Finally, I need to print out a tuple. I’m having difficulty with for example the input 30000 return (5, 00003) when it should return (5,3) and the input 103090 returning (6, 090301) when it should…