Q54
Which of the following is a Python tuple?
A.
{1, 2, 3}
B.
{}
C.
[1, 2, 3]
D.
(1, 2, 3)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board