Advertisement
nq1s788

8 (слово по номеру)

Aug 28th, 2024
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. alph = 'АОУ'
  2. num = 1
  3. for q in alph:
  4.     for w in alph:
  5.         for e in alph:
  6.             for r in alph:
  7.                 for t in alph:
  8.                     if num == 210:
  9.                         print(q + w + e + r + t)
  10.                     num += 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement