# map `map` is a built-in function used to call a function on every value returned by an [[Iterable]]. --- Bibliography: - [map - python.org](https://docs.python.org/3/library/functions.html#map)