What does map function in python do?



What does map function in python do?..

Answer / Neha Kaushik

The `map()` function applies a given function to each item of an iterable and returns a list of the results.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How for loop will works in python?

1 Answers  


explain the reduce() function?

1 Answers  


How to copy an object in python?

1 Answers  


In python,how to read a file line-by-line into a list?

1 Answers  


Is python a programming?

1 Answers  


What does the __ init__ function do in python?

1 Answers  


Can you make a website with python?

1 Answers  


How to use of return keywords in python?

1 Answers  


Write program to find the common elements from two sets?

1 Answers  


What can I build with python?

1 Answers  


Is string iterable python?

1 Answers  


What is the difference between lists and tuples?

1 Answers  


Categories