Tuple
List
Dictionary
There are cases when you will use one over the other, and we’ll discuss the pros and cons of each use.
Container Nomenclature
Container subparts are called elements. Each element can be indexed using the ‘[‘and’]’ characters and specifying a number between 0 and n-1 where ‘n’ is the number of items ...