from functools import reduce. The functools comes along with Python installation. Syntax: value = reduce(function, sequence[, initial]).
確定! 回上一頁