>>> from tutil.functional import * >>> go([1, 2, 3, 4], map(lambda v: v + 1), sum) 14
https://github.com/tuyy/tutil
copyright: (c) 2020 tuyy license: MIT, see LICENSE for more details.