https://inf-ege.sdamgia.ru/problem?id=9645
python
2 months ago
93 B
0
Indexable
Never
from itertools import product words = list(product('ВЛТУ', repeat=4)) print(*words[97])
from itertools import product words = list(product('ВЛТУ', repeat=4)) print(*words[97])