https://inf-ege.sdamgia.ru/problem?id=7782

mail@pastecode.io avatarunknown
python
a month ago
94 B
1
Indexable
Never
from itertools import product
words = list(product('НРТУ', repeat=4))
print(*words[214])