You are given an integer \'n\'. Create a list comprehension containing the squares of the integers from 1 till n^2( including 1 and n), and print the list.
Example If