pop a dictionary python code example Example 1: python dictionary pop value = dict_a.pop(key) Example 2: python dictionary pop key my_dict.pop('key', None)