My Snippets
My Collections
Search Engine
Pricing
https://inf-ege.sdamgia.ru/problem?id=7457
unknown
python
2 years ago
93 B
4
Indexable
from itertools import product words = list(product('КЛРТ', repeat=4)) print(*words[66])
Editor is loading...