Informatics Practices
Related Questions
The key of a dictionary is a mutable data type.
List can be used as keys in a dictionary.
We can create immutable dictionaries in Python.
Which of the statement(s) is/are correct?
- In Python dictionary, the key-value pair is called an item.
- Python dictionary is a mapping of unique keys to values.
- Dictionary is mutable.
- All of these.