To handle larger amounts of data, we cannot invent a new variable for every new data item. Somehow we need to store more data in one variable. This is where Python lists come in.
However, Python counts a bit different than humans do: