dxnge

18

Nov 2nd, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. print(len([n for n in open('24-3.txt') if any(x[0]+x[1] == 'FO' for x in zip(n, n[2::]))]))
Advertisement
Add Comment
Please, Sign In to add comment