In order to add or change values to a dictionary, we can also use the update() method with the key-value pairs we want to add in braces.
Good stuff! We can also add multiple key-value pairs if we separate them with a comma.
Are you sure that this is the update() method?