Guest User

Untitled

a guest
Apr 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. with open(ffile, 'rb') as f:
  2. print f.closed
  3. lines = (line.rstrip() for line in f)
  4. lines = (line for line in lines if line)
Add Comment
Please, Sign In to add comment