Re: “map” in python

Home Forums Python Programming "map" in python Re: “map” in python

#1969
Humble
Keymaster

Also, if first arg (ie: func ) is “none”, the map() returns the elements of iteratable object as a tuple…