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

mail@pastecode.io avatar
unknown
python
a year ago
94 B
2
Indexable
from itertools import product
words = list(product('МСТФ', repeat=4))
print(*words[137])