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