Skip to content

Instantly share code, notes, and snippets.

@ecnalyr
Created April 7, 2015 17:59
Show Gist options
  • Save ecnalyr/090827b3fb1e7a5b56f6 to your computer and use it in GitHub Desktop.
Save ecnalyr/090827b3fb1e7a5b56f6 to your computer and use it in GitHub Desktop.
Given
long_list = [["a", "0000"], ["b", "12345"], ["c", "6789"]]
short_list = ["b", "c"]
I want to return
result = ["12345", "6789]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment