Dictionaries are mutable data types , however unlike lists and tuples, they are not ordered. They are key-value pairs, hence to access an item, the key becomes the index. They fall under the class of hash maps or look up tables, hence they are effective for operations that involved retrieval.
In this video, i explained how to create, select and modify a dictionary.
Hope you enjoy and learn some thing from it.
Don't forget to like and subscribe to the channel. Thanks!!