python 中缀编程工具库pipe使用方法 2015/11/29 16697 from pipe import * print([1,2,3] | sum) print([1, 2, 3, 4, 5] | tee | add)