To store data in key value pairs which data type is used ?
Dictionary data type is used to store value in key value pairExample:
dict_name = {"name": "python easy"}
Comment here: