Guest User

Untitled

a guest
Dec 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. funk_list = [[1,2,3],[1,2,3],[1,2,3]]
  2.  
  3. sum([cluster[1] for cluster in funk_list])
Add Comment
Please, Sign In to add comment