Computer Science

The max( ) and min( ) when used with tuples, can work if elements of the tuple are all of the same type.

Python Tuples

1 Like

Answer

True

Reason — Tuples should contain same type of elements for max() and min() method to work.

Answered By

1 Like


Related Questions