https://inf-ege.sdamgia.ru/problem?id=7457
python
a month ago
93 B
0
Indexable
Never
from itertools import product words = list(product('КЛРТ', repeat=4)) print(*words[66])
from itertools import product words = list(product('КЛРТ', repeat=4)) print(*words[66])