Name two ways to build a list containing five integer zeros.
Name two ways to build a dictionary with two keys, 'a' and 'b', each having an associated value of 0.
Name four operations that change a list object in place.
Name four operations that change a dictionary object in place.
Why might you use a dictionary instead of a list?