I\'m trying to implement Radix Sort with decimal numbers in Python (Python3, really). I accomplished the task in the base case (ordering digit per digit) but I have to test