Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
sorted(iterable, key) solution in Speedy category for Absolute Sorting by David_Jones
def checkio(numbers_array):
return sorted(numbers_array, key=abs)
June 17, 2019