My Snippets
My Collections
Search Engine
Pricing
Untitled
unknown
python
a year ago
94 B
4
Indexable
from itertools import product words = product('АКРУ', repeat=5) print(*list(words)[349])