0
16
map a list into something else
Shortcut: list.map
list.map
0 Comments
newlist = list(map(lambda x: x + 1, original_list))