Shorter solution in Clear category for Absolute Sorting by maxadamski
def checkio(a): return sorted(a, key=abs)
Oct. 21, 2017