PYTHON:一些函数的使用笔记
1、map内建函数Help on built-in function map in module __builtin__:map(...) map(function, sequence[, sequence, ...]) -> list Return a list of the results of applying the function to the ite...