user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

29. What does Python's map function do?

user image

Abhishek Mishra

2 years ago

Python's map() function takes two arguments: iterable and function. A function is supplied to the map() method as an argument, and that function is subsequently applied to all of the iterable's elements. An object list of results is returned.

Recent Doubts

Close [x]