Function square_sort in challenge_9.py takes one input, a list with numbers ranging from least to greatest, and may or may not contain positive integers, negative integers, or 0, but will not be empty, and returns an output list of
Completes unit test in an average of 0.0066 seconds.
Uses Python 3.6.0