QuestionQ21
Data SerializationWhich two statements correctly describe the Python dictionary data type?
Choose two
- A The data contained in a dictionary data type cannot be removed once the dictionary has been created.
- B The data stored in a dictionary data type is sequenced and indexed.
- C The data contained in a dictionary data type is a key/value pair.
- D The data stored in a dictionary data type is not sequenced or indexed.
Community Discussion