Advertisement
Alx09

Untitled

Mar 18th, 2022
877
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. import itertools
  2. listaNumere = [1, 2, 3]
  3. print(list(itertools.permutations(listaNumere)))
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement