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