dxnge

46

Dec 4th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. f = list(map(len, open('24-181.txt').readline().replace('.', '. ').split()))
  2. print(max(list(map(sum, zip(f, f[1:], f[2:], f[3:], f[4:], f[5:]))))-1)
Advertisement
Add Comment
Please, Sign In to add comment