Created
August 8, 2016 20:36
-
-
Save Gwith/0b7e1a4c5026e9d4423c02afe6ef1d6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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