Questions on Tuples
It is a sequence of immutable objects. It is just like list. Difference between the tuples and the lists is that the tuples cannot be changed unlike lists. Lists uses square bracket where as tuples use parentheses. Questions on Tuples