I want to add keys/values to an existing Python dictionary. However, the value should not be updated if the key is already present. To do this, I need to check whether the key exists. Is there any way to avoid checking if a key exists before updating its value?