My Snippets
My Collections
Search Engine
Pricing
https://inf-ege.sdamgia.ru/problem?id=3194
unknown
python
a year ago
92 B
1
Indexable
from itertools import product words = list(product('АОУ', repeat=5)) print(*words[100])