Posts by aod • 1 point
2 posts
-
0
votes2
answers143
viewsA: Dictionary doubt
Tatiane, this is a map => reduce. You apply a function to the data, and then you add it all up: from functools import reduce def conta_telefones(agenda): comprimentos = map(lambda…
-
0
votes2
answers59
views