Explain the term "nested list comprehension."
It refers to using multiple conditions in a single list comprehension.
It involves using a list comprehension inside another list comprehension.
It is a type of list comprehension specific to nested lists.
It is an advanced feature not related to list comprehensions.
This question is part of this quiz :
Python List Comprehension Quiz,Python Collections and comprehensions