setdefault « Dictionary « Python Tutorial






8.23.setdefault
8.23.1.setdefault sets the value corresponding to the given key if it is not already in the dictionary
8.23.2.setdefault(): set a default value and then return it.