vsham20

Untitled

Jan 21st, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. __author__ = 'vaishali'
  2. from collections import Counter
  3. f = raw_input().split()
  4. list = []
  5. for i in f:
  6. list.append(i)
  7. print (Counter(list)
Add Comment
Please, Sign In to add comment