Example: permutations python import itertools print(list(itertools.permutations([1, 2, 3])))
確定! 回上一頁