Q. Which of these will create a tuple?
β
Correct Answer: (C)
(1, 2, 3)
Explanation: Tuples are defined using parentheses `()`.
Explanation: Tuples are defined using parentheses `()`.