A

Admin • 833K Points
Coach

Q. Which data structure does not allow duplicate values?

  • (A) list
  • (B) tuple
  • (C) set
  • (D) dictionary
  • Correct Answer - Option(C)
  • Views: 20
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Sets in Python automatically discard duplicate entries.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.