CBSE Class 12 Computer Science Question 48 of 105

Python Revision Tour II — Question 9

Back to all questions
9
Question

Question 9

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

Answer

True

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