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