python备忘之内建函数map、filter、reduce
摘要:
python的内建函数中有三个比较好用的函数,map(), filter() 和 reduce()版本 Python 2.7.6map函数函数声明:map(function,sequence[,sequence,...])-> list, tuple, or string函数说明:Return a ... 阅读全文
posted @ 2014-09-22 22:56 FYHO5417 阅读(276) 评论(0) 推荐(0)