Multiple Choices
(Choose 1 answer)
How are Python dictionaries different from Python lists?
A. Python lists store multiple values and dictionaries store a single value
B. Python dictionaries are a collection and lists are not a collection
C. Python lists are indexed using integers and dictionaries can use strings as indexes
D. Python lists can store strings and dictionaries can only store words