Skip to content

Instantly share code, notes, and snippets.

@aisk
Created October 14, 2015 05:34
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 aisk/443f5a0fea45ed777ea2 to your computer and use it in GitHub Desktop.
Save aisk/443f5a0fea45ed777ea2 to your computer and use it in GitHub Desktop.
d = {'a': 1, 'b': 2}
keys = d.keys()
for k in keys:
v = d[k]
d['xxx'] = 'ooo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment