Page 4 - Lesson Note - TUPLES
P. 4

Operations on Tuples

































               Tuples & Standard Library Functions


               len
               (returns the length of the tuple)





               sum
               (returns sum of elements if numeric tuple  error other wise)







               max & min function
               (returns max/min from a tuple based on ordinal/ASCII values)
   1   2   3   4   5   6