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