Report Bug
Qus : What is a Python dictionary?
Qusपायथन डिक्शनरी क्या है?

A. A collection of ordered and mutable data
B. A collection of unordered and mutable data with key-value pairs
C. A collection of immutable key-value pairs
D. A collection of values only


Solution
B. A collection of unordered and mutable data with key-value pairs






Report Bug