insert key and val to dict code example Example: add values to dictionary key python key = "somekey" a.setdefault(key, []) a[key].append(2)