Python 四大内置高阶函数(map、reduce、filter、sorted)(CDA干货分享), ... list(map(abs,[-1,3,-5,8])) [1, 3, 5, 8] list(map(lambda x: ...
確定! 回上一頁