what is the use of map function? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is the use of map function?

19th Sep 2017, 10:04 AM
Dhruv Mittal
2 Answers
0
map function run the function on all the variables in a list. you can use map function thus way: map (FUNCTION_NAME, LIST_NAME)
22nd Sep 2017, 7:19 AM
Raz Dobkies
Raz Dobkies - avatar
22nd Sep 2017, 7:25 AM
Raz Dobkies
Raz Dobkies - avatar