Single Choice
Not Set
QWhat is the output of the following
tuple1 = (1120, 'a')
print(max(tuple1))
ID: #3714
Python Tuple MCQ
424 views
Question Info
#3714Q ID
Not SetDifficulty
Python Tuple MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
TypeError: '>' not supported between instances of ‘str’ and ‘int’
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic