example of list items map in python3
Example 1: map in python 3
map(function, iterable, ...)
Example 2: python map
map(function_to_apply, list_of_inputs)
map(function, iterable, ...)
map(function_to_apply, list_of_inputs)