To generate all possible combinations, including repeated characters, use product : from itertools import product caracteres = [0, 1, ...
確定! 回上一頁