A list, a.k.a. an array, can hold a sequence of similar or different data types. The List data type is declared using brackets. The values between the brackets, separated by comma, are the entries in the list.
You can access properties and methods of a list after it has been declared. These are useful for accessing specific data in the list.