python how to add an item to a dictionary code example Example: add values to dictionary key python key = "somekey" a.setdefault(key, []) a[key].append(2)