Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

all permutations python

import itertools
print(list(itertools.permutations([1,2,3])))
 
PREVIOUS NEXT
Tagged: #permutations #python
ADD COMMENT
Topic
Name
6+1 =