Python map() function

preview_player
Показать описание
In this short, You'll learn the Python Map function. An example to calculate new salary is performed using the Map() function.

The map function is a higher-order function. It takes a function and one or more iterators and returns a sequence. The input function is applied to all the elements of a taken iterator.
Рекомендации по теме