Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Simple Python Permutation Printing result without for loop

from itertools import permutations 
a=permutations([1,2,3]) 
print(a)
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #Simple #Python #Permutation #Printing #result #loop
ADD COMMENT
Topic
Name
7+4 =