Lambda with Filter and Map

Filter a list of strings to keep only those starting with 'A', and then convert them to uppercase using lambda functions.
['apple', 'banana', 'Apricot', 'kiwi']
Total : 0 Discussion
Login