Untitled

mail@pastecode.io avatar
unknown
python
a year ago
94 B
4
Indexable
Never
from itertools import product
words = product('АКРУ', repeat=5)
print(*list(words)[349])