check given key and value is not in dict code example
Example: python dictionary get value if key exists
val = dict.get(key , defVal) # defVal is a default value if key does not exist
val = dict.get(key , defVal) # defVal is a default value if key does not exist