Write a program that initializes a list of integers called numList. Your
program will then compute the square of each value in numList. The program will
store each square in a new list and print out the new list of squares