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