SyntaxFix
Write A Post
Hire A Developer
Questions
a = [(0,2), (4,3), (9,9), (10,-1)] print(list(map(lambda item: item[1], a)))