一.排列from itertools import permutations print(list(permutations("ABCD",2))) #[('A', 'B'), ... python 解題筆記:排列組合 ...
確定! 回上一頁