11,
Which of the following statements are True?. Multiple choice.
(1 Point)
Dictionaries are better when the data to be stored is labeled
Dictionaries can have a list as key
Lists can have a string as key
Lists are better when the data to be stored is unlabeled
Answers
Answered by
1
Answer:
Unlike lists, iterating through a dictionary will not happen in a predictable order. I go more into detail in a later section.
Similar questions