Leetcode 977. Squares of a Sorted Array - Python Solution
Problem Statement: [https://leetcode.com/problems/squares...]
Given an integer array nums sorted in non-decreasing order, return an array of the squares of each number sorted in non-decreasing order.