Skip to content

Instantly share code, notes, and snippets.

@afeinberg
Created December 12, 2009 07:58
Show Gist options
  • Save afeinberg/254796 to your computer and use it in GitHub Desktop.
Save afeinberg/254796 to your computer and use it in GitHub Desktop.
animals = {'cow':'moo', 'dog':'arf' }
for animal,sound in animals.items():
print animal + " says " + sound
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment