map function in python | Python tutorial in Hindi

Publicado em: 25 Fevereiro 2021
no 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.


Nesta página do site você pode assistir ao vídeo on-line map function in python | Python tutorial in Hindi duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário CodeWithRajat 25 Fevereiro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 126 vezes e gostou 2 espectadores. Boa visualização!