Hey,
I was wondering if someone could help to figure out , how to add a value to a key that already exists in the dictionary.
where the values of each key are lists.
so for example:
theIndex = {124:["b","s"], 356:["dg", "n"]}
and i want to add the value "m" to the values of the key 124.
thanks!