Python基础(六)-内置函数时间:2023-03-09 00:55:18 map()、filter()、reduce() map(func,iterator) --> filter(func,iterator) --> reduce(func,iterator) -->value