Fix the bug in `math.py`. `square_sum(nums)` should return the sum of squares instead of `None`.
