Pls is it necessary to learn lambdas and map if I can just use list and list comprehension | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Pls is it necessary to learn lambdas and map if I can just use list and list comprehension

28th Dec 2022, 11:16 AM
Oyedeji Hiqmat
Oyedeji Hiqmat - avatar
1 Resposta
+ 2
If you write own code, you can of course use the functions and structures that you prefer. However, when reading other people's codes you will likely come across lambda and map(), so you should be at least able to understand what they are.
28th Dec 2022, 11:48 AM
Lisa
Lisa - avatar