Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the summation of reduce(lambda x, y: x + y)
The output is 0, instead of 6. It looks like the list of elements is 1+2+(-3) = 0
- Loading branch information