【python】lambda + reduce
摘要:
def function_composer(*args): return reduce(lambda f, g: lambda x: f(g(x)), args) https://www.jianshu.com/p/59cab3bbd4e6 阅读全文
posted @ 2020-02-20 16:27 colipso 阅读(147) 评论(0) 推荐(0)
posted @ 2020-02-20 16:27 colipso 阅读(147) 评论(0) 推荐(0)