For these three problems, Python uses three different solutions - Tuples, lists, and dictionaries: Lists are what they seem - a list of values. Tuples are just like lists, but you can't change their values. Dictionaries are similar to what their name suggests - a dictionary.
Read More