. Get Python
dictionary.get(keyname, value)
keyname Required. The keyname of the item you want to return the value from
value Optional. A value to return if the specified key does not exist.
Default value None
Puzzled Pygmy