Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alph = 'АОУ'
- num = 1
- for q in alph:
- for w in alph:
- for e in alph:
- for r in alph:
- for t in alph:
- if num == 210:
- print(q + w + e + r + t)
- num += 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement