···
···
My Snippets
···
Search Engine
···
Feedback & Suggestions
···
Docs
···
···
Untitled
unknown
python
2 months ago
94 B
4
Indexable
Never
from itertools import product words = product('АКРУ', repeat=5) print(*list(words)[349])