1.4. Basics of List

A list is a collection of items with its own order. The list can contains alphabet, 0-9, strings, etc. In Python, square brackets ([]) indicate a list, and each element in the list are separated by commas.