python from toolz import compose def double(x): return x * 2 def square(x): return x ** 2 composed_func = compose(double, square) python from toolz import curry def add(x, y): return x + y


上一篇:
下一篇:
切换中文