python 3.0以後, reduce已經不在built-in function裡了, 要用它就得from functools import reduce. reduce的用法. reduce(function, sequence[ ...
確定! 回上一頁