Printing empty stuff1 tuple : ()

Printing the entire stuff2 tuple ........: (1, 2, 3, 4, 5, 6, 7, 8, 9)
Printing the first 2 elements of stuff2..: 1 and 2
Printing the first 2 elements of stuff2..: (1, 2)
Printing the number of elements in stuff2: 9

Printing the entire stuff3 tuple : ('Sam', 'John', 'Steve', 1, 2, 3)
No changes can be performed .. : ('Sam', 'John', 'Steve', 1, 2, 3)