My Snippets
Search Engine
Light Mode
https://inf-ege.sdamgia.ru/problem?id=7782
unknown
python
a year ago
94 B
3
Indexable
Never
from itertools import product words = list(product('НРТУ', repeat=4)) print(*words[214])