Data Structure - Data in a computer program is organised using a data structure. There are different methods for organising data.
List- A list is a data structure in Python that is a mutable, or changeable, ordered sequence of elements.
Index - An integer value that identifies and is used to locate a particular element within an array.
Lists
Looping a List