View Problem
Perform an operation on every item of a list
Perform an operation on every item of a list, e.g.
for the list
the list of sizes of the strings, e.g.
Submit a new solution for python, clojure, csharp, erlang ...
There are 10 other solutions in additional languages (fantom, fsharp, groovy, haskell ...)
for the list
["ox", "cat", "deer", "whale"] calculate
the list of sizes of the strings, e.g.
[2, 3, 4, 5]
Submit a new solution for python, clojure, csharp, erlang ...
There are 10 other solutions in additional languages (fantom, fsharp, groovy, haskell ...)




