如何在python中针对多个参数实现多种功能

时间:2019-05-28 10:22:27

标签: python functional-programming

也许我想弄清楚的问题很简单,但对我来说却很难,现在我需要针对多个参数实现多个功能,我尝试过但失败了

我认为也许有些函数可以使用函数和不同的参数作为其参数,就像地图过滤器减少等

这是预期的结果:

function1   argument1, argument2 ...
function2   argument3, argument3 ...
function3   argument5, argument6 ...
...
functionX   argumentY, argumentZ ...

0 个答案:

没有答案