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)