input = Integer key, Integer value initialize d as Dictionary call d.put(key, value) v = d.get(key) finish