Guest User

Untitled

a guest
Jul 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1.     hit = line.split()[1]
  2.     count = int(line.split('|')[3])
  3.  
  4.     if env_dict.has_key(sample):
  5.         if env_dict[sample].has_key(hit):
  6.             env_dict[sample][hit] += count
Add Comment
Please, Sign In to add comment