So basically I want to make a descending bucket sort with an insertion sort. The code is below:
def insertion_sort(my_nums): for i in range(1, len(my_nums))