I'm just hoping i can get some help with adding multiple values to a specific key. i understand how to change a value and add a new key and its value. i just can't get multiple values with one key. The problem I'm having is that I'm not sure what the value will be that added to the key given. is there any method to add values to a key in python.
I'm running version 3.4
Thanks
i've tried appending values but it comes up with errors such as unhashable type: 'slice', object is not subscriptible