My Snippets
My Collections
Search Engine
Pricing
https://inf-ege.sdamgia.ru/problem?id=8658
unknown
python
2 years ago
92 B
4
Indexable
from itertools import product words = list(product('АНП', repeat=5)) print(*words[200])
Editor is loading...