Which statement regarding the use of lists is accurate?
Oa. A list can be sliced into sublists.
Ob. A list is immutable, in that the values at each index cannot be
changed.
Oc. Two lists cannot be concatenated together without first creating a
third list and then specifically assigning each element to its new
position.
Od. When the Python interpreter evaluates a list literal, it does not
evaluate its elements.