Guest User

Untitled

a guest
May 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. names = {
  2. 'Tim':{'Tim', 'Timmy', 'Timster'},
  3. ... other names here.}
  4. # add any occurrence of Tim names to Tim and other occurrences of other names to their main name.
  5.  
  6. total_tim = Counter(tim) + Counter(timmy) + Counter(timster), etc..
Add Comment
Please, Sign In to add comment