Guest User

Untitled

a guest
Jun 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Y= [[192, 193, 194, 195, 196, 197, 198, 199, 200],
  2. [507, 508, 509],
  3. [526, 527, 528, 529],
  4. [560, 561],
  5. [635, 636, 637]]
  6.  
  7. list(zip(*Y))[0]
  8.  
  9. [192,507,526,560,635]
Add Comment
Please, Sign In to add comment