Python Tuple Introduction Presentation


This is the presentation associated with the python Tuple video.

[dflip id=”3610″ ][/dflip]

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}

[bg_collapse view=”button-blue” color=”#ffffff” icon=”eye” expand_text=”Show Answer” collapse_text=”Hide Answer” ]

Answer is a.

[/bg_collapse]