Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alph = 'УЧЕНИК'
- answ = 0
- for a in alph:
- for b in alph:
- for c in alph:
- for d in alph:
- for e in alph:
- if a == 'У' and c == 'К':
- answ += 1
- print(answ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement