Guest User

Untitled

a guest
Jan 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. s = row [0]
  2. if s not in S:
  3. S[s] = s
  4. L = sorted(S.iteritems())
  5.  
  6. for item in L:
  7. x += 1
  8. print x, item
Add Comment
Please, Sign In to add comment