Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Absolute Sorting solution in Clear category for Absolute Sorting by DmytroKaminskiy
def checkio(numbers_array: tuple) -> list:
return sorted(numbers_array, key=abs)
April 14, 2020