Guest User

Untitled

a guest
Feb 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. 192.168.244.214 ['6', '8', '7', '6', '5', '4', '2', '7', '5', '5']
  2. 192.168.244.215 ['4', '10', '9', '8', '7', '5', '4', '3', '2', '6']
  3. 192.168.244.216 ['0', '2', '0', '4', '7', '5', '0', '3', '2', '6']
  4. 192.168.244.217 ['0', '0', '0', '0', '0', '0', '0', '0', '0', '0']
  5.  
  6. for i in d.keys():
  7. if "0" is not in d[i]:
  8. print(i, d[i])
  9.  
  10. for i in d.keys():
  11. for j in d[i]:
  12. if j is not "0":
  13. print(i, d[i])
Add Comment
Please, Sign In to add comment