In math.py, fix square_sum so it returns the sum of squares of the input list. The current function computes the value but doesn't return it.
