Which statements accurately classify Python lists? Select all that apply.
Explanation
A list retains element order, permits content changes, and can hold objects of unrelated types. Requiring a single element type is a restriction found in some other sequence systems, not in ordinary Python lists.