https://inf-ege.sdamgia.ru/problem?id=3194
python
2 months ago
92 B
0
Indexable
Never
from itertools import product words = list(product('АОУ', repeat=5)) print(*words[100])
from itertools import product words = list(product('АОУ', repeat=5)) print(*words[100])