This line of code is an example of what?

choice = [item for item in clothes if item.startswith('g')]

(1 point)
Responses

object-oriented programming

list comprehension

a lambda function

a map-reduce function

list comprehension