Python Tuple Introduction Presentation


This is the presentation associated with the python Tuple video.

Download Presentation

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}

Answer is a.