Is it possible to add a key to a Python dictionary after it has been created?
It doesn\'t seem to have an .add() method.
.add()
dictionary[key] = value