Hey, I would like to be able to perform this but with being selective for which lists I sum up. Let's say, that same example, but with only adding up the first number from the 3rd and 4th list.
|
|
Something like:
range(x, y) generates a list of integers from x(included) to y(excluded) and 1 as the step. If you want to change the You can find the official documentation here Or you can do:
|
|||||||||||||
|
|
|||
|
|
|
If you want to limit by some property of each element, you can use
|
|||
|
|
|
not seen an answer using reduce yet.
In essence sum is identical to edit: didn't read the predicate part. Easily fixed, but probably not the best answer anymore:
|
|||||||
|