Second solution in Clear category for Absolute Sorting by ArchTauruS
def checkio(numbers_array): return sorted(numbers_array, key=abs)
Oct. 28, 2018