Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
wasd's absolute solution in Clear category for Absolute Sorting by wasd
def checkio(numbers_array):
return sorted(numbers_array, key=abs)
#These "asserts" using only for self-checking and not necessary for auto-testing
April 29, 2014