Question: Complete the following function according to its docstring using a for loop. String method may come in handy here. lour: str) Littr]: 1 Hef search
lour: str) Littr]: 1 Hef search _closet (items: List(str], co 2 "items is a list containing descriptions of the contents of a closet where colour: str) > List[str]: every description has the form 'colour item', where each colour is one word and each item is one or more word. For example: 3 t 'grey sumner jacket', 'orange spring jacket', 'red shoes', 'green hat' colour is a colour that is being searched for in items. Return a list containing only the items that match the colour. >search_closet(I'red summer jacket', 'orange spring jacket', 'red shoes 10 12 green hat', 'red 13 'red summer jacket', 'red shoes' search closet(I'red shirt',green pants', 'blue') 14 15 16 17 search closet(), 'mauve') 18
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
