Computer Science
State whether the following statement is True or False :
The value of a dictionary can be accessed with the help of indices.
Python Dictionaries
2 Likes
Answer
False
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
Values of a dictionary can be string, integers or combination of both.
State whether the following statement is True or False :
Keys of a dictionary can be string, integers or combination of both.
State whether the following statement is True or False :
A dictionary is immutable.
State whether the following statement is True or False :
The del statement raises error if the given key is not found in the dictionary.