Skip to content

Instantly share code, notes, and snippets.

@anteaya
Created January 16, 2013 19:46
Show Gist options
  • Save anteaya/4550192 to your computer and use it in GitHub Desktop.
Save anteaya/4550192 to your computer and use it in GitHub Desktop.
for index, key in enumerate(keys): #key == None; index == 7
if key is None:
#keys[index] == None
keys[index] = '?' #keys[index] == ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment