python can you have more items in a key code example Example: dictionary multiple values per key key = "somekey" a.setdefault(key, []) a[key].append(1)