Using zip you get tuples, convert those tuples to list using map. * is used for unpacking the iterable l = [[1, "tom"], [4, "jane"], [2, ...
確定! 回上一頁