Advertisement
Bad_Programist

Untitled

Nov 28th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. a = 0
  2. for line in f:
  3. b = a
  4. a = f.split(' ')
  5. s = max(a, b)
  6. for line in f:
  7. c = f.split(' ')
  8. if len(c[0]) == s:
  9. print(c[0])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement