If we want to represent a group of values as a single entity where insertion order required to preserve and duplicates are allowed then we should go for list data type.
1) Insertion Order is preserved 2) Heterogeneous Objects are allowed 3) Duplicates are allowed 4) Growable in nature 5) Values should be enclosed within square brackets.