Ling115 python 3 - SJSU

.clear() Remove all key-value pairs .update(other) Updates the dictionary with values from other .pop(k, d=None) Removes the pair with key k and returns value or ................
................