https://inf-ege.sdamgia.ru/problem?id=3193

 avatar
unknown
python
2 years ago
92 B
5
Indexable
from itertools import product
words = list(product('АОУ', repeat=5))
print(*words[209])
Editor is loading...