Skip to content

Instantly share code, notes, and snippets.

@Gwith
Created August 8, 2016 20:36
Show Gist options
  • Select an option

  • Save Gwith/0b7e1a4c5026e9d4423c02afe6ef1d6d to your computer and use it in GitHub Desktop.

Select an option

Save Gwith/0b7e1a4c5026e9d4423c02afe6ef1d6d to your computer and use it in GitHub Desktop.
def add_to_inventory(inventory):
inventory['banana'] = 'phone'
inv = {}
dragonLoot = ['gold coin','dagger','gold coin','gold coin','ruby']
print(add_to_inventory(inv))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment