Exercise: Sort by Absolute Value

Sort a list of integers by their absolute value using key=abs.
Python
Setting up Python environment...
Output