how to change all key name in dictionary python code example Example: modify dict key name python a_dict[new_key] = a_dict.pop(old_key)