1 answer
(click or scroll down)
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

9 months ago