Skip to content

Instantly share code, notes, and snippets.

@Geekfish
Created November 15, 2013 14:18
Show Gist options
  • Save Geekfish/7485005 to your computer and use it in GitHub Desktop.
Save Geekfish/7485005 to your computer and use it in GitHub Desktop.
"a, b, c ... y or z"
import string
' or '.join((', '.join(string.lowercase[:-1]), string.lowercase[-1]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment