DEV Community

Discussion on: 10 Awesome Pythonic One-Liners Explained

Collapse
 
paddy3118 profile image
Paddy3118

map returns a map object that you then turn into a list. Readability. There are other comprehensions that follow naturally from list comprehensions to generate, for example, dicts, sets and iterators.