I have the two following functions:
# First one def solution1(numbers): numbers = sorted(list(map(str, numbers)), key=lambda x: x, reverse=True) retur