Skip to content

Instantly share code, notes, and snippets.

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 hanksudo/f9a7dac18a99a4736ebc to your computer and use it in GitHub Desktop.
Save hanksudo/f9a7dac18a99a4736ebc to your computer and use it in GitHub Desktop.
Perform an operation on each dictionary value
my_dict.update((x, y*2) for x, y in my_dict.items())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment