map function in python | Python tutorial in Hindi

Published: 25 February 2021
on channel: CodeWithRajat
126
2

map function in python | Python tutorial in Hindi


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.)

Syntax :

map(fun, iter)
Parameters :

fun : It is a function to which map passes each element of given iterable.
iter : It is a iterable which is to be mapped.


On this page of the site you can watch the video online map function in python | Python tutorial in Hindi with a duration of hours minute second in good quality, which was uploaded by the user CodeWithRajat 25 February 2021, share the link with friends and acquaintances, this video has already been watched 126 times on youtube and it was liked by 2 viewers. Enjoy your viewing!