# 19.Write a Python program to create nested list and display its elements. Nested List Comprehensions are nothing but a list comprehension within another list comprehension which is quite similar to ...