So far, you have learned about strings, tuples, and lists. In this chapter, we have another useful built-in data type in Python is called dictionary. In a list, values are indexed by the range of numbers, but in a dictionary, values are indexed by keys.




















































