Untitled

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