Skip to content

Instantly share code, notes, and snippets.

@mrc
Forked from anonymous/wordsel.py
Created May 25, 2013 03:32
Show Gist options
  • Save mrc/5647792 to your computer and use it in GitHub Desktop.
Save mrc/5647792 to your computer and use it in GitHub Desktop.
' '.join([w for i,w in enumerate(sentence.split(),1) if i in (17,23)])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment