First solution in Clear category for Absolute Sorting by Wojtek_Okularczyk
def checkio(values: list): return(sorted(values, key=abs))
Oct. 2, 2021