Q. Which data structure is immutable? (A) List (B) Tuple (C) Set (D) Dictionary ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Tuple Explanation: Tuples are immutable and cannot be changed after creation.