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

 avatar
unknown
python
2 years ago
93 B
4
Indexable
from itertools import product
words = list(product('КЛРТ', repeat=4))
print(*words[66])
Editor is loading...