Page 6 - Lesson Note - TUPLES
P. 6

sorted
               sorts the content of a tuple based on ordinal/ASCII values, elements of the tuple should
               be of same type




















               Packing/Unpacking tuple
               packing – creating tuple from a set of values
               unpacking – creating individual values from the elements of a tuple
   1   2   3   4   5   6