Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 14)
14.
What is the purpose of the map() function?
Iterates over elements of a list
Applies a function to each item in an iterable
Checks if a variable is of a certain type
Creates a new list with specified values
Answer: Option
Explanation:
The map() function applies a given function to each item in an iterable (e.g., a list).
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.