create nested list using list comprehension code example Example: python nested list comprehension matrix = [[j for j in range(5)] for i in range(5)]