Untitled

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