Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

mapping in python

map() is a higher-order built-in function that takes a function and iterable as inputs,
and returns an iterator that applies the function to each element of the iterable.
Source by classroom.udacity.com #
 
PREVIOUS NEXT
Tagged: #mapping #python
ADD COMMENT
Topic
Name
5+8 =