Q. What is the purpose of the map() function in Python?
Solution:
map() applies a specified function to all items in an iterable and returns a map object.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
map() applies a specified function to all items in an iterable and returns a map object.
Strengthen Your Practice with our comprehensive question bank.