how to delete a pair in dictionary in python code example Example 1: remove element from dictionary python dict.pop("key") Example 2: how to remove dictionary entry in python del dic[key]