deleting a dictionary in python code example Example 1: how to remove dictionary entry in python del dic[key] Example 2: how to empty a dictionary in python dict.clear()