python 中缀编程工具库pipe使用方法
当前位置:以往代写 > Python教程 >python 中缀编程工具库pipe使用方法
2019-06-14

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

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

标签:python

    关键字:

在线提交作业