python 中缀编程工具库pipe使用方法

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

from pipe import *
print([1,2,3] | sum)
print([1, 2, 3, 4, 5] | tee | add)