Q. Which of the following will create a tuple? (A) [] (B) {} (C) () (D) (1, 2) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) (1, 2) Explanation: `(1, 2)` creates a tuple, which is an immutable ordered collection.