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