Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. filter:usergroup xxxx username Joshep
  2. filter:usergroup xxxx username Mark
  3. filter:usergroup xxxx username Amy
  4. filter:usergroup aaaaa username Chris
  5. filter:usergroup bbb username Chris
  6.  
  7. with open(arch_path) as archive:
  8. for line in archive:
  9. if 'filter:usergroup' in line:
  10. filter_c=filter_c+1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement