Refer to the exhibit. Which Python data structure is used?
- tree
- array
- dictionary
- list
Explanation & Hints:
A dictionary is a collection of data values that are ordered using a key/value pair.
|
Explanation & Hints:
A dictionary is a collection of data values that are ordered using a key/value pair.
|