permutation and combination Get link Facebook X Pinterest Email Other Apps October 23, 2020 permutations('ABCD', 2)AB AC AD BA BC BD CA CB CD DA DB DCcombinations('ABCD', 2)AB AC AD BC BD CDPython is such a powerful programming language: https://docs.python.org/3.8/library/itertools.html Get link Facebook X Pinterest Email Other Apps