Report Bug
Qus : In order to store values in terms of key and value we use what core data type.
Qusकी और वैल्यू के संदर्भ में वैल्यूज को स्टोर करने के लिए हम किस कोर डेटा प्रकार का यूज़ करते हैं।

A. list
B. tuple
C. class
D. dictionary


Solution
D. dictionary



Explanation
Dictionary stores values in terms of keys and values.



Report Bug