随笔分类 -  python

about python
python map内建函数
摘要:map(function, iterable, ...) Apply function to every item of iterable and return a list of the results. If additional iterable arguments are passed,function must take that many arguments and is applied to the items from all iterables in parallel. If one iterable is shorter than another it is assum.. 阅读全文

posted @ 2013-01-20 16:41 博远小记 阅读(125) 评论(0) 推荐(0)

导航