Which of these statements add or change a value in dict?
Nice! We can put the key in brackets after the dictionary's name and assign a value to it or use the update() method.
Not quite! We can put the key in brackets after the dictionary's name and assign a value to it or use the update() method.