#Python3#pythonquizzes#Python
Which are true about Python dictionaries:⁉️
a. [ ] Dictionaries are accessed by key.
b. [ ] All the keys in a dictionary must be of the same type.
c. [ ] Items are accessed by their position in a dictionary.
d. [ ] Dictionaries are mutable.