The max( ) and min( ) when used with tuples, can work if elements of the tuple are all of the same type.
True
Reason — Tuples should contain same type of elements for max() and min() method to work.