a. Dictionary elements can be accessed using position-based index.
Answer
False
b. Dictionaries are immutable.
Answer
False
c. Insertion order is preserved by a dictionary.
Answer
False
d. The very first key - value pair in a dictionary d can be accessed using the
expression d[0].
Answer
False
e. courses.clear( ) will delete the dictionary object called courses.
Answer
False
f. It is possible to nest dictionaries.
Answer
True
g. It is possible to hold multiple values against a key in a dictionary
Answer
True
0 Comments:
Post a Comment