Q. Which of the following will create a tuple?
β
Correct Answer: (D)
(1, 2)
Explanation: `(1, 2)` creates a tuple, which is an immutable ordered collection.