Write a Python program that uses three lists. The first list contains three separate colors typed into it. The second list contains four separate shapes typed into it. The third list needs programming logic to concatenate the contents of the first list and the second list together. In three separate print statements, print out the contents of each list along with an appropriate explanation of which list is being displayed.