map function in python | Python tutorial in Hindi

Publicado el: 25 febrero 2021
en el canal de: 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.


En esta página del sitio puede ver el video en línea map function in python | Python tutorial in Hindi de Duración hora minuto segunda en buena calidad , que subió el usuario CodeWithRajat 25 febrero 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 126 veces y le gustó 2 a los espectadores. Disfruta viendo!