Q. Which of these data structures allows duplicate elements? (A) Set (B) List (C) Dictionary keys (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) List Explanation: Lists allow duplicates, sets and dictionary keys do not.