Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Second: straight-forward use of key solution in Clear category for Absolute Sorting by leggewie
def checkio(values: list) -> list:
return sorted(values, key=abs)
June 13, 2021
Comments: