Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Using python permutations function on a list with extra function

from itertools import permutations
print(len(list(permutations([1,2,3,4],4))))
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #Using #python #permutations #function #list #extra #function
ADD COMMENT
Topic
Name
2+2 =