A

Admin • 832.27K Points
Coach

Q. Which of these statements is true about Python dictionaries?

  • (A) They store data in ordered pairs.
  • (B) They allow duplicate keys.
  • (C) They are mutable.
  • (D) They store values sequentially.
  • Correct Answer - Option(C)
  • Views: 24
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Dictionaries are mutable and store key-value pairs.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.