Skip to content

Instantly share code, notes, and snippets.

@trivial-search
Created February 4, 2018 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trivial-search/4a152aed2d7d7457e2ea945362977aab to your computer and use it in GitHub Desktop.
Save trivial-search/4a152aed2d7d7457e2ea945362977aab to your computer and use it in GitHub Desktop.
list_2 = [x for x in range(len(list_1)) if list_1[x] == ' ']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment