What is map function in python?



What is map function in python?..

Answer / Shagufta Parveen

The map() function in Python applies a given function to each item of iterable (list, tuple, etc.) and returns a list of the results.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is gil in python?

1 Answers  


What python frameworks do you know?

1 Answers  


Which server is best for python?

1 Answers  


Explain python functions?

1 Answers  


How can I make a time delay in python?

1 Answers  


How do you convert a number into a string?

1 Answers  


What are the attributes?

1 Answers  


How do you remove duplicates from a list whilst preserving order?

1 Answers  


Which all are the operating system that Python can run on?

1 Answers  


How do you make an array in Python?

1 Answers  


What are the different ways to create an empty numpy array in python?

1 Answers  


Have you heard of the yield keyword in python?

1 Answers  


Categories