A

Admin • 832.52K Points
Coach

Q. Which data structure is best for representing a fixed collection of values?

  • (A) List
  • (B) Set
  • (C) Tuple
  • (D) Dictionary
  • Correct Answer - Option(C)
  • Views: 19
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Tuples are immutable and suited for fixed collections.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.