Vidyalelo
Python · Q54

Python Introduction and basic

Programming · Python · question 54

Q54

Which of the following is a Python tuple?

A.
{1, 2, 3}
B.
{}
C.
[1, 2, 3]
D.
(1, 2, 3)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board