0
Pls is it necessary to learn lambdas and map if I can just use list and list comprehension
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.