Guest User

Untitled

a guest
Oct 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # Python 2 and 3
  2. # Both lists (keys list and values list) must have the same cardnality
  3.  
  4. combined = dict(zip(keys, values))
Add Comment
Please, Sign In to add comment