Python List, Python Tuple, Python Dictionary
If you don't want to refer to the elements of a collection by their position number but prefer some other type of object as a key, you can use a python dictionary. Let's see an example of one of those: starter = {"John":"soup", "James":"pate", "Joan":"sou...