what does the update method do in python dictionary code example
Example: python update dictionary
diction[element] = value
# if element not in diction, create new element
diction[element] = value
# if element not in diction, create new element