Computer Science
State whether the following statement is True or False :
Keys of a dictionary can be string, integers or combination of both.
Python Dictionaries
2 Likes
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
In Python, a dictionary can neither have two same keys nor two same values.
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 :
The value of a dictionary can be accessed with the help of indices.
State whether the following statement is True or False :
A dictionary is immutable.