In Python, what is the major difference between dictionaries and strings?
A) Dictionaries hold any data type, while strings hold only keys.
B) Dictionaries hold only keys, while strings hold integers that code letters.
C) Strings cannot be changed after creation, while dictionaries can be changed.
D) Strings hold only characters, while dictionaries hold any data type

See Answers (1)

Suggested Answer

Answer:C) Strings cannot be changed after creation, while dictionaries can be changed.

Related Question in Computers and Technology