πŸ“Š Problem Solving and Python Programming
Q. Which of the statements about dictionary values if false?
  • (A) more than one key can have the same value
  • (B) the values of the dictionary can be accessed as dict[key]
  • (C) values of a dictionary must be unique
  • (D) values of a dictionary can be a mixture of letters and numbers
πŸ’¬ Discuss
βœ… Correct Answer: (C) values of a dictionary must be unique

Explanation: more than one key can have the same value.


Explanation by: Mr. Dubey
more than one key can have the same value.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
776
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate