This is the presentation associated with the python Tuple video.
Python Tuple Video Question
This is the Question that was asked in the python tuple introduction video
Question :
Which of the following is a tuple:
a. (1,2,[3,4])
b. (1,2,3]
c. [1,2,3,(5,6)]
d. {1,2,3,4}