State whether the following statements are True or False for Python Dictionaries
Nov 27, 2023
a. Dictionary elements can be accessed using position-based index.
b. Dictionaries are immutable.
c. Insertion order is preserved by a dictionary.
d. The very first key — value pair in a dictionary d can be accessed using the
expression d[0].
e. courses.clear( ) will delete the dictionary object called courses.
f. It is possible to nest dictionaries.
g. It is possible to hold multiple values against a key in a dictionary
Solution and Explanation: https://www.clcoding.com/2023/11/state-whether-following-statements-are_27.html