Call itertools.chain.from_iterable(iterable) with a lists of lists as iterable to convert the list into a chain object. Call list(iterable) ...
確定! 回上一頁