Skip to content

map() function returns a map object(which is an iterator) of the results after applying the given function to each item of a given iterable (list, tuple etc.)

Notifications You must be signed in to change notification settings

Praveen915/Map-function-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

map() function returns a map object(which is an iterator) of the results after applying the given function to each item of a given iterable (list, tuple etc.)

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages