Untitled
unknown
python
3 years ago
94 B
15
Indexable
from itertools import product
words = product('АКРУ', repeat=5)
print(*list(words)[349])Editor is loading...
from itertools import product
words = product('АКРУ', repeat=5)
print(*list(words)[349])