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