Python provides data structure in form of list, tuple, dictionary etc.
This lecture is regarding tuple which is immutable data type and use to store sequence of values but it is different from list, which also describe in this lecture.
Also demonstration of basics of tuple like creation of tuple, accessing all elements, individual elements, indexing etc.
#python