Skip to content

Instantly share code, notes, and snippets.

@thekindlyone
Created July 8, 2014 16:56
Show Gist options
  • Save thekindlyone/0f85859f13be32993619 to your computer and use it in GitHub Desktop.
Save thekindlyone/0f85859f13be32993619 to your computer and use it in GitHub Desktop.
print ''.join([i[1] for i in enumerate('This page contains examples and source code') if i[0] in [0,2,5,11,12,14,15,23,24,25,26]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment