Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created January 28, 2019 21:03
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 codecademydev/6b0699cc08e59c694cb6e9c959d1835f to your computer and use it in GitHub Desktop.
Save codecademydev/6b0699cc08e59c694cb6e9c959d1835f to your computer and use it in GitHub Desktop.
Codecademy export
def add_ten(my_dictionary):
for value in my_dictionary.values():
value += 10
return my_dictionary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment