Computer Science
State whether the following statement is True or False :
Values of a dictionary can be string, integers or combination of both.
Related Questions
State whether the following statement is True or False :
In Python, a dictionary can have two same keys or same values but cannot have two same key-value pair.
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 :
Keys 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.