Q. What is a dictionary in Python?
β
Correct Answer: (B)
An unordered collection of key-value pairs
Explanation: A dictionary is an unordered collection of key-value pairs in Python.