Dictionary – MCQ

Dictionary – MCQ

A dictionary is a dynamic data structure used for storing and organizing data in key-value pairs. It is defined by enclosing a comma-separated list of key-value pairs within curly braces `{ }`. Each key in the dictionary must be unique, and it is associated with a corresponding value.

5.Dictionaries QB-Python V2