Guest User

Untitled

a guest
May 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. {l:1, r:1, t:1, u:1, a:1, c:1, d:2, e:1, }
  2.  
  3. tempList=[]
  4. for item in hashTable:
  5. if item!=None:
  6. tempList.append(item[1])
  7. maxNum=max(tempList)
  8. print(maxNum)
Add Comment
Please, Sign In to add comment